Shades of Sage #99A976
Tints of Sage #99A976
RGB
CMYK
RGB Variations
Color information
#99A976 (or 0x99A976) is known color: Sage. HEX triplet: 99, A9 and 76. RGB value is (153,169,118). Sum of RGB (Red+Green+Blue) = 153+169+118=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 169 - color contains mainly: green. Hex color #99A976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A976 is #665689. Grayscale: #9E9E9E. Windows color (decimal): -6706826 or 7776665. OLE color: 7776665.
HSL color Cylindrical-coordinate representation of color #99A976: hue angle of 78.82º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99A976 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 169 | 118 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.34 |
| HSL | 78.82º | 0.23% | 0.56% | - |
| HSV(B) | 78.82º | 0.3% | 0.66% | - |
| XYZ | 30.59 | 36.46 | 22.56 | - |
| YUV | 158.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 118 | 0.09 | 0 | 0.30 | 0.34 | 78.82 | 0.23 | 0.56 |
| Hex | 99 | A9 | 76 | 9 | 0 | 1E | 22 | 4F | 17 | 38 |
| Octal | 231 | 251 | 166 | 11 | 0 | 36 | 42 | 117 | 27 | 70 |
| Binary | 10011001 | 10101001 | 1110110 | 1001 | 0 | 11110 | 100010 | 1001111 | 10111 | 111000 |
Color Harmonies of #99A976
Complementary color
Monochromatic Colors of #99A976
Black with #99A976
Text Example
Text Example
White with #99A976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A976; }
p { color: rgb(153,169,118); }
H1.HeaderClassName
{
color: #99A976;
}
.AnyTagClassName
{
color: #99A976;
}
</style>
background-color css
<style>
a { background-color: #99A976; }
a { background-color: rgb(153,169,118); }
div.DivClassName
{
background-color: #99A976;
}
.BgClassName
{
background-color: #99A976;
}
</style>
border-color css
<style>
span { border-color: #99A976; }
span { border-color: rgb(153,169,118); }
td.TdClassName
{
border-color: #99A976;
}
.TagClassName
{
border-color: #99A976;
}
</style>