Shades of Sage #99A471
Tints of Sage #99A471
RGB
CMYK
RGB Variations
Color information
#99A471 (or 0x99A471) is known color: Sage. HEX triplet: 99, A4 and 71. RGB value is (153,164,113). Sum of RGB (Red+Green+Blue) = 153+164+113=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 164 - color contains mainly: green. Hex color #99A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A471 is #665B8E. Grayscale: #9B9B9B. Windows color (decimal): -6708111 or 7447705. OLE color: 7447705.
HSL color Cylindrical-coordinate representation of color #99A471: hue angle of 72.94º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99A471 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 113 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.36 |
| HSL | 72.94º | 0.22% | 0.54% | - |
| HSV(B) | 72.94º | 0.31% | 0.64% | - |
| XYZ | 29.39 | 34.52 | 20.74 | - |
| YUV | 154.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 113 | 0.07 | 0 | 0.31 | 0.36 | 72.94 | 0.22 | 0.54 |
| Hex | 99 | A4 | 71 | 7 | 0 | 1F | 24 | 49 | 16 | 36 |
| Octal | 231 | 244 | 161 | 7 | 0 | 37 | 44 | 111 | 26 | 66 |
| Binary | 10011001 | 10100100 | 1110001 | 111 | 0 | 11111 | 100100 | 1001001 | 10110 | 110110 |
Color Harmonies of #99A471
Complementary color
Monochromatic Colors of #99A471
Black with #99A471
Text Example
Text Example
White with #99A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A471; }
p { color: rgb(153,164,113); }
H1.HeaderClassName
{
color: #99A471;
}
.AnyTagClassName
{
color: #99A471;
}
</style>
background-color css
<style>
a { background-color: #99A471; }
a { background-color: rgb(153,164,113); }
div.DivClassName
{
background-color: #99A471;
}
.BgClassName
{
background-color: #99A471;
}
</style>
border-color css
<style>
span { border-color: #99A471; }
span { border-color: rgb(153,164,113); }
td.TdClassName
{
border-color: #99A471;
}
.TagClassName
{
border-color: #99A471;
}
</style>