Shades of Sage #99AB70
Tints of Sage #99AB70
RGB
CMYK
RGB Variations
Color information
#99AB70 (or 0x99AB70) is known color: Sage. HEX triplet: 99, AB and 70. RGB value is (153,171,112). Sum of RGB (Red+Green+Blue) = 153+171+112=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AB70 is #66548F. Grayscale: #9F9F9F. Windows color (decimal): -6706320 or 7383961. OLE color: 7383961.
HSL color Cylindrical-coordinate representation of color #99AB70: hue angle of 78.31º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99AB70 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 112 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.33 |
| HSL | 78.31º | 0.26% | 0.55% | - |
| HSV(B) | 78.31º | 0.35% | 0.67% | - |
| XYZ | 30.62 | 37.07 | 20.87 | - |
| YUV | 158.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 112 | 0.11 | 0 | 0.35 | 0.33 | 78.31 | 0.26 | 0.55 |
| Hex | 99 | AB | 70 | B | 0 | 23 | 21 | 4E | 1A | 37 |
| Octal | 231 | 253 | 160 | 13 | 0 | 43 | 41 | 116 | 32 | 67 |
| Binary | 10011001 | 10101011 | 1110000 | 1011 | 0 | 100011 | 100001 | 1001110 | 11010 | 110111 |
Color Harmonies of #99AB70
Complementary color
Monochromatic Colors of #99AB70
Black with #99AB70
Text Example
Text Example
White with #99AB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB70; }
p { color: rgb(153,171,112); }
H1.HeaderClassName
{
color: #99AB70;
}
.AnyTagClassName
{
color: #99AB70;
}
</style>
background-color css
<style>
a { background-color: #99AB70; }
a { background-color: rgb(153,171,112); }
div.DivClassName
{
background-color: #99AB70;
}
.BgClassName
{
background-color: #99AB70;
}
</style>
border-color css
<style>
span { border-color: #99AB70; }
span { border-color: rgb(153,171,112); }
td.TdClassName
{
border-color: #99AB70;
}
.TagClassName
{
border-color: #99AB70;
}
</style>