Shades of Sage #99A374
Tints of Sage #99A374
RGB
CMYK
RGB Variations
Color information
#99A374 (or 0x99A374) is known color: Sage. HEX triplet: 99, A3 and 74. RGB value is (153,163,116). Sum of RGB (Red+Green+Blue) = 153+163+116=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 163 - color contains mainly: green. Hex color #99A374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A374 is #665C8B. Grayscale: #9A9A9A. Windows color (decimal): -6708364 or 7644057. OLE color: 7644057.
HSL color Cylindrical-coordinate representation of color #99A374: hue angle of 72.77º degrees, saturation: 0.2, 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 #99A374 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 116 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.36 |
| HSL | 72.77º | 0.2% | 0.55% | - |
| HSV(B) | 72.77º | 0.29% | 0.64% | - |
| XYZ | 29.39 | 34.23 | 21.58 | - |
| YUV | 154.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 116 | 0.06 | 0 | 0.29 | 0.36 | 72.77 | 0.2 | 0.55 |
| Hex | 99 | A3 | 74 | 6 | 0 | 1D | 24 | 49 | 14 | 37 |
| Octal | 231 | 243 | 164 | 6 | 0 | 35 | 44 | 111 | 24 | 67 |
| Binary | 10011001 | 10100011 | 1110100 | 110 | 0 | 11101 | 100100 | 1001001 | 10100 | 110111 |
Color Harmonies of #99A374
Complementary color
Monochromatic Colors of #99A374
Black with #99A374
Text Example
Text Example
White with #99A374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A374; }
p { color: rgb(153,163,116); }
H1.HeaderClassName
{
color: #99A374;
}
.AnyTagClassName
{
color: #99A374;
}
</style>
background-color css
<style>
a { background-color: #99A374; }
a { background-color: rgb(153,163,116); }
div.DivClassName
{
background-color: #99A374;
}
.BgClassName
{
background-color: #99A374;
}
</style>
border-color css
<style>
span { border-color: #99A374; }
span { border-color: rgb(153,163,116); }
td.TdClassName
{
border-color: #99A374;
}
.TagClassName
{
border-color: #99A374;
}
</style>