What is the RGB code for sage green?
The CSS color sage green in RGB format is rgb(136, 179, 120). Use this value directly in CSS, SVG, and most design tools.
How do I use sage green in CSS?
To apply sage green in CSS:
- Text color: color: rgb(136, 179, 120);
- Background: background-color: rgb(136, 179, 120);
- Border: border-color: rgb(136, 179, 120);
What are all the color format values for sage green?
| Format | Value |
|---|---|
| HEX | #88b378 |
| RGB | rgb(136, 179, 120) |
| HSL | hsl(103.7, 28%, 58.6%) |
| CMYK | cmyk(24%, 0%, 33%, 29.8%) |
How do I convert sage green to RGB?
Select sage green from the color name list in our color converter. The RGB value — rgb(136, 179, 120) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does sage green belong to?
sage green belongs to the green color family. It is a medium, muted color with HSL values: hue 103.7°, saturation 28%, lightness 58.6%.
How do I create lighter and darker shades of sage green?
Lighter variant (lightness 73.6%): #b3cfa9. Darker variant (lightness 43.6%): #618e50. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.