Shades of Sage #99A373
Tints of Sage #99A373
RGB
CMYK
RGB Variations
Color information
#99A373 (or 0x99A373) is known color: Sage. HEX triplet: 99, A3 and 73. RGB value is (153,163,115). Sum of RGB (Red+Green+Blue) = 153+163+115=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #99A373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A373 is #665C8C. Grayscale: #9A9A9A. Windows color (decimal): -6708365 or 7578521. OLE color: 7578521.
HSL color Cylindrical-coordinate representation of color #99A373: hue angle of 72.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99A373 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 115 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.36 |
| HSL | 72.5º | 0.21% | 0.55% | - |
| HSV(B) | 72.5º | 0.29% | 0.64% | - |
| XYZ | 29.33 | 34.2 | 21.28 | - |
| YUV | 154.54 | 105.69 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 115 | 0.06 | 0 | 0.29 | 0.36 | 72.5 | 0.21 | 0.55 |
| Hex | 99 | A3 | 73 | 6 | 0 | 1D | 24 | 48 | 15 | 37 |
| Octal | 231 | 243 | 163 | 6 | 0 | 35 | 44 | 110 | 25 | 67 |
| Binary | 10011001 | 10100011 | 1110011 | 110 | 0 | 11101 | 100100 | 1001000 | 10101 | 110111 |
Color Harmonies of #99A373
Complementary color
Monochromatic Colors of #99A373
Black with #99A373
Text Example
Text Example
White with #99A373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A373; }
p { color: rgb(153,163,115); }
H1.HeaderClassName
{
color: #99A373;
}
.AnyTagClassName
{
color: #99A373;
}
</style>
background-color css
<style>
a { background-color: #99A373; }
a { background-color: rgb(153,163,115); }
div.DivClassName
{
background-color: #99A373;
}
.BgClassName
{
background-color: #99A373;
}
</style>
border-color css
<style>
span { border-color: #99A373; }
span { border-color: rgb(153,163,115); }
td.TdClassName
{
border-color: #99A373;
}
.TagClassName
{
border-color: #99A373;
}
</style>