Shades of Sage #99A772
Tints of Sage #99A772
RGB
CMYK
RGB Variations
Color information
#99A772 (or 0x99A772) is known color: Sage. HEX triplet: 99, A7 and 72. RGB value is (153,167,114). Sum of RGB (Red+Green+Blue) = 153+167+114=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 167 - color contains mainly: green. Hex color #99A772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A772 is #66588D. Grayscale: #9C9C9C. Windows color (decimal): -6707342 or 7514009. OLE color: 7514009.
HSL color Cylindrical-coordinate representation of color #99A772: hue angle of 75.85º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99A772 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 167 | 114 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.35 |
| HSL | 75.85º | 0.23% | 0.55% | - |
| HSV(B) | 75.85º | 0.32% | 0.65% | - |
| XYZ | 29.99 | 35.62 | 21.22 | - |
| YUV | 156.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 114 | 0.08 | 0 | 0.32 | 0.35 | 75.85 | 0.23 | 0.55 |
| Hex | 99 | A7 | 72 | 8 | 0 | 20 | 23 | 4C | 17 | 37 |
| Octal | 231 | 247 | 162 | 10 | 0 | 40 | 43 | 114 | 27 | 67 |
| Binary | 10011001 | 10100111 | 1110010 | 1000 | 0 | 100000 | 100011 | 1001100 | 10111 | 110111 |
Color Harmonies of #99A772
Complementary color
Monochromatic Colors of #99A772
Black with #99A772
Text Example
Text Example
White with #99A772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A772; }
p { color: rgb(153,167,114); }
H1.HeaderClassName
{
color: #99A772;
}
.AnyTagClassName
{
color: #99A772;
}
</style>
background-color css
<style>
a { background-color: #99A772; }
a { background-color: rgb(153,167,114); }
div.DivClassName
{
background-color: #99A772;
}
.BgClassName
{
background-color: #99A772;
}
</style>
border-color css
<style>
span { border-color: #99A772; }
span { border-color: rgb(153,167,114); }
td.TdClassName
{
border-color: #99A772;
}
.TagClassName
{
border-color: #99A772;
}
</style>