Shades of Sage #99AA78
Tints of Sage #99AA78
RGB
CMYK
RGB Variations
Color information
#99AA78 (or 0x99AA78) is known color: Sage. HEX triplet: 99, AA and 78. RGB value is (153,170,120). Sum of RGB (Red+Green+Blue) = 153+170+120=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA78 is #665587. Grayscale: #9F9F9F. Windows color (decimal): -6706568 or 7907993. OLE color: 7907993.
HSL color Cylindrical-coordinate representation of color #99AA78: hue angle of 80.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99AA78 is Cyan = 0.1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 120 | - |
| CMYK | 0.1 | 0 | 0.29 | 0.33 |
| HSL | 80.4º | 0.23% | 0.57% | - |
| HSV(B) | 80.4º | 0.29% | 0.67% | - |
| XYZ | 30.9 | 36.88 | 23.26 | - |
| YUV | 159.22 | 105.87 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 120 | 0.1 | 0 | 0.29 | 0.33 | 80.4 | 0.23 | 0.57 |
| Hex | 99 | AA | 78 | A | 0 | 1D | 21 | 50 | 17 | 39 |
| Octal | 231 | 252 | 170 | 12 | 0 | 35 | 41 | 120 | 27 | 71 |
| Binary | 10011001 | 10101010 | 1111000 | 1010 | 0 | 11101 | 100001 | 1010000 | 10111 | 111001 |
Color Harmonies of #99AA78
Complementary color
Monochromatic Colors of #99AA78
Black with #99AA78
Text Example
Text Example
White with #99AA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA78; }
p { color: rgb(153,170,120); }
H1.HeaderClassName
{
color: #99AA78;
}
.AnyTagClassName
{
color: #99AA78;
}
</style>
background-color css
<style>
a { background-color: #99AA78; }
a { background-color: rgb(153,170,120); }
div.DivClassName
{
background-color: #99AA78;
}
.BgClassName
{
background-color: #99AA78;
}
</style>
border-color css
<style>
span { border-color: #99AA78; }
span { border-color: rgb(153,170,120); }
td.TdClassName
{
border-color: #99AA78;
}
.TagClassName
{
border-color: #99AA78;
}
</style>