Shades of Sage #99A372
Tints of Sage #99A372
RGB
CMYK
RGB Variations
Color information
#99A372 (or 0x99A372) is known color: Sage. HEX triplet: 99, A3 and 72. RGB value is (153,163,114). Sum of RGB (Red+Green+Blue) = 153+163+114=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 163 - color contains mainly: green. Hex color #99A372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A372 is #665C8D. Grayscale: #9A9A9A. Windows color (decimal): -6708366 or 7512985. OLE color: 7512985.
HSL color Cylindrical-coordinate representation of color #99A372: hue angle of 72.24º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99A372 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 114 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.36 |
| HSL | 72.24º | 0.21% | 0.54% | - |
| HSV(B) | 72.24º | 0.3% | 0.64% | - |
| XYZ | 29.27 | 34.18 | 20.97 | - |
| YUV | 154.42 | 105.19 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 114 | 0.06 | 0 | 0.30 | 0.36 | 72.24 | 0.21 | 0.54 |
| Hex | 99 | A3 | 72 | 6 | 0 | 1E | 24 | 48 | 15 | 36 |
| Octal | 231 | 243 | 162 | 6 | 0 | 36 | 44 | 110 | 25 | 66 |
| Binary | 10011001 | 10100011 | 1110010 | 110 | 0 | 11110 | 100100 | 1001000 | 10101 | 110110 |
Color Harmonies of #99A372
Complementary color
Monochromatic Colors of #99A372
Black with #99A372
Text Example
Text Example
White with #99A372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A372; }
p { color: rgb(153,163,114); }
H1.HeaderClassName
{
color: #99A372;
}
.AnyTagClassName
{
color: #99A372;
}
</style>
background-color css
<style>
a { background-color: #99A372; }
a { background-color: rgb(153,163,114); }
div.DivClassName
{
background-color: #99A372;
}
.BgClassName
{
background-color: #99A372;
}
</style>
border-color css
<style>
span { border-color: #99A372; }
span { border-color: rgb(153,163,114); }
td.TdClassName
{
border-color: #99A372;
}
.TagClassName
{
border-color: #99A372;
}
</style>