Shades of Sage #99A271
Tints of Sage #99A271
RGB
CMYK
RGB Variations
Color information
#99A271 (or 0x99A271) is known color: Sage. HEX triplet: 99, A2 and 71. RGB value is (153,162,113). Sum of RGB (Red+Green+Blue) = 153+162+113=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #99A271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A271 is #665D8E. Grayscale: #999999. Windows color (decimal): -6708623 or 7447193. OLE color: 7447193.
HSL color Cylindrical-coordinate representation of color #99A271: hue angle of 71.02º 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 #99A271 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 113 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.36 |
| HSL | 71.02º | 0.21% | 0.54% | - |
| HSV(B) | 71.02º | 0.3% | 0.64% | - |
| XYZ | 29.04 | 33.81 | 20.62 | - |
| YUV | 153.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 113 | 0.06 | 0 | 0.30 | 0.36 | 71.02 | 0.21 | 0.54 |
| Hex | 99 | A2 | 71 | 6 | 0 | 1E | 24 | 47 | 15 | 36 |
| Octal | 231 | 242 | 161 | 6 | 0 | 36 | 44 | 107 | 25 | 66 |
| Binary | 10011001 | 10100010 | 1110001 | 110 | 0 | 11110 | 100100 | 1000111 | 10101 | 110110 |
Color Harmonies of #99A271
Complementary color
Monochromatic Colors of #99A271
Black with #99A271
Text Example
Text Example
White with #99A271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A271; }
p { color: rgb(153,162,113); }
H1.HeaderClassName
{
color: #99A271;
}
.AnyTagClassName
{
color: #99A271;
}
</style>
background-color css
<style>
a { background-color: #99A271; }
a { background-color: rgb(153,162,113); }
div.DivClassName
{
background-color: #99A271;
}
.BgClassName
{
background-color: #99A271;
}
</style>
border-color css
<style>
span { border-color: #99A271; }
span { border-color: rgb(153,162,113); }
td.TdClassName
{
border-color: #99A271;
}
.TagClassName
{
border-color: #99A271;
}
</style>