Shades of Sage #99A970
Tints of Sage #99A970
RGB
CMYK
RGB Variations
Color information
#99A970 (or 0x99A970) is known color: Sage. HEX triplet: 99, A9 and 70. RGB value is (153,169,112). Sum of RGB (Red+Green+Blue) = 153+169+112=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 169 - color contains mainly: green. Hex color #99A970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A970 is #66568F. Grayscale: #9D9D9D. Windows color (decimal): -6706832 or 7383449. OLE color: 7383449.
HSL color Cylindrical-coordinate representation of color #99A970: hue angle of 76.84º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99A970 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 169 | 112 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.34 |
| HSL | 76.84º | 0.25% | 0.55% | - |
| HSV(B) | 76.84º | 0.34% | 0.66% | - |
| XYZ | 30.25 | 36.32 | 20.75 | - |
| YUV | 157.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 112 | 0.09 | 0 | 0.34 | 0.34 | 76.84 | 0.25 | 0.55 |
| Hex | 99 | A9 | 70 | 9 | 0 | 22 | 22 | 4D | 19 | 37 |
| Octal | 231 | 251 | 160 | 11 | 0 | 42 | 42 | 115 | 31 | 67 |
| Binary | 10011001 | 10101001 | 1110000 | 1001 | 0 | 100010 | 100010 | 1001101 | 11001 | 110111 |
Color Harmonies of #99A970
Complementary color
Monochromatic Colors of #99A970
Black with #99A970
Text Example
Text Example
White with #99A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A970; }
p { color: rgb(153,169,112); }
H1.HeaderClassName
{
color: #99A970;
}
.AnyTagClassName
{
color: #99A970;
}
</style>
background-color css
<style>
a { background-color: #99A970; }
a { background-color: rgb(153,169,112); }
div.DivClassName
{
background-color: #99A970;
}
.BgClassName
{
background-color: #99A970;
}
</style>
border-color css
<style>
span { border-color: #99A970; }
span { border-color: rgb(153,169,112); }
td.TdClassName
{
border-color: #99A970;
}
.TagClassName
{
border-color: #99A970;
}
</style>