Shades of Sage #9AA877
Tints of Sage #9AA877
RGB
CMYK
RGB Variations
Color information
#9AA877 (or 0x9AA877) is known color: Sage. HEX triplet: 9A, A8 and 77. RGB value is (154,168,119). Sum of RGB (Red+Green+Blue) = 154+168+119=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA877 is #655788. Grayscale: #9E9E9E. Windows color (decimal): -6641545 or 7841946. OLE color: 7841946.
HSL color Cylindrical-coordinate representation of color #9AA877: hue angle of 77.14º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AA877 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 168 | 119 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.34 |
| HSL | 77.14º | 0.22% | 0.56% | - |
| HSV(B) | 77.14º | 0.29% | 0.66% | - |
| XYZ | 30.66 | 36.21 | 22.83 | - |
| YUV | 158.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 119 | 0.08 | 0 | 0.29 | 0.34 | 77.14 | 0.22 | 0.56 |
| Hex | 9A | A8 | 77 | 8 | 0 | 1D | 22 | 4D | 16 | 38 |
| Octal | 232 | 250 | 167 | 10 | 0 | 35 | 42 | 115 | 26 | 70 |
| Binary | 10011010 | 10101000 | 1110111 | 1000 | 0 | 11101 | 100010 | 1001101 | 10110 | 111000 |
Color Harmonies of #9AA877
Complementary color
Monochromatic Colors of #9AA877
Black with #9AA877
Text Example
Text Example
White with #9AA877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA877; }
p { color: rgb(154,168,119); }
H1.HeaderClassName
{
color: #9AA877;
}
.AnyTagClassName
{
color: #9AA877;
}
</style>
background-color css
<style>
a { background-color: #9AA877; }
a { background-color: rgb(154,168,119); }
div.DivClassName
{
background-color: #9AA877;
}
.BgClassName
{
background-color: #9AA877;
}
</style>
border-color css
<style>
span { border-color: #9AA877; }
span { border-color: rgb(154,168,119); }
td.TdClassName
{
border-color: #9AA877;
}
.TagClassName
{
border-color: #9AA877;
}
</style>