Shades of Sage #9DAB72
Tints of Sage #9DAB72
RGB
CMYK
RGB Variations
Color information
#9DAB72 (or 0x9DAB72) is known color: Sage. HEX triplet: 9D, AB and 72. RGB value is (157,171,114). Sum of RGB (Red+Green+Blue) = 157+171+114=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAB72 is #62548D. Grayscale: #A0A0A0. Windows color (decimal): -6444174 or 7515037. OLE color: 7515037.
HSL color Cylindrical-coordinate representation of color #9DAB72: hue angle of 74.74º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DAB72 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 114 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.33 |
| HSL | 74.74º | 0.25% | 0.56% | - |
| HSV(B) | 74.74º | 0.33% | 0.67% | - |
| XYZ | 31.5 | 37.51 | 21.5 | - |
| YUV | 160.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 114 | 0.08 | 0 | 0.33 | 0.33 | 74.74 | 0.25 | 0.56 |
| Hex | 9D | AB | 72 | 8 | 0 | 21 | 21 | 4B | 19 | 38 |
| Octal | 235 | 253 | 162 | 10 | 0 | 41 | 41 | 113 | 31 | 70 |
| Binary | 10011101 | 10101011 | 1110010 | 1000 | 0 | 100001 | 100001 | 1001011 | 11001 | 111000 |
Color Harmonies of #9DAB72
Complementary color
Monochromatic Colors of #9DAB72
Black with #9DAB72
Text Example
Text Example
White with #9DAB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB72; }
p { color: rgb(157,171,114); }
H1.HeaderClassName
{
color: #9DAB72;
}
.AnyTagClassName
{
color: #9DAB72;
}
</style>
background-color css
<style>
a { background-color: #9DAB72; }
a { background-color: rgb(157,171,114); }
div.DivClassName
{
background-color: #9DAB72;
}
.BgClassName
{
background-color: #9DAB72;
}
</style>
border-color css
<style>
span { border-color: #9DAB72; }
span { border-color: rgb(157,171,114); }
td.TdClassName
{
border-color: #9DAB72;
}
.TagClassName
{
border-color: #9DAB72;
}
</style>