Shades of Sage #9CAA78
Tints of Sage #9CAA78
RGB
CMYK
RGB Variations
Color information
#9CAA78 (or 0x9CAA78) is known color: Sage. HEX triplet: 9C, AA and 78. RGB value is (156,170,120). Sum of RGB (Red+Green+Blue) = 156+170+120=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAA78 is #635587. Grayscale: #A0A0A0. Windows color (decimal): -6509960 or 7907996. OLE color: 7907996.
HSL color Cylindrical-coordinate representation of color #9CAA78: hue angle of 76.8º 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 #9CAA78 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 120 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.33 |
| HSL | 76.8º | 0.23% | 0.57% | - |
| HSV(B) | 76.8º | 0.29% | 0.67% | - |
| XYZ | 31.48 | 37.17 | 23.29 | - |
| YUV | 160.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 120 | 0.08 | 0 | 0.29 | 0.33 | 76.8 | 0.23 | 0.57 |
| Hex | 9C | AA | 78 | 8 | 0 | 1D | 21 | 4D | 17 | 39 |
| Octal | 234 | 252 | 170 | 10 | 0 | 35 | 41 | 115 | 27 | 71 |
| Binary | 10011100 | 10101010 | 1111000 | 1000 | 0 | 11101 | 100001 | 1001101 | 10111 | 111001 |
Color Harmonies of #9CAA78
Complementary color
Monochromatic Colors of #9CAA78
Black with #9CAA78
Text Example
Text Example
White with #9CAA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA78; }
p { color: rgb(156,170,120); }
H1.HeaderClassName
{
color: #9CAA78;
}
.AnyTagClassName
{
color: #9CAA78;
}
</style>
background-color css
<style>
a { background-color: #9CAA78; }
a { background-color: rgb(156,170,120); }
div.DivClassName
{
background-color: #9CAA78;
}
.BgClassName
{
background-color: #9CAA78;
}
</style>
border-color css
<style>
span { border-color: #9CAA78; }
span { border-color: rgb(156,170,120); }
td.TdClassName
{
border-color: #9CAA78;
}
.TagClassName
{
border-color: #9CAA78;
}
</style>