Shades of Sage #99A881
Tints of Sage #99A881
RGB
CMYK
RGB Variations
Color information
#99A881 (or 0x99A881) is known color: Sage. HEX triplet: 99, A8 and 81. RGB value is (153,168,129). Sum of RGB (Red+Green+Blue) = 153+168+129=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 168 - color contains mainly: green. Hex color #99A881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A881 is #66577E. Grayscale: #9F9F9F. Windows color (decimal): -6707071 or 8497305. OLE color: 8497305.
HSL color Cylindrical-coordinate representation of color #99A881: hue angle of 83.08º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99A881 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 168 | 129 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.34 |
| HSL | 83.08º | 0.18% | 0.58% | - |
| HSV(B) | 83.08º | 0.23% | 0.66% | - |
| XYZ | 31.1 | 36.36 | 26.15 | - |
| YUV | 159.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 129 | 0.09 | 0 | 0.23 | 0.34 | 83.08 | 0.18 | 0.58 |
| Hex | 99 | A8 | 81 | 9 | 0 | 17 | 22 | 53 | 12 | 3A |
| Octal | 231 | 250 | 201 | 11 | 0 | 27 | 42 | 123 | 22 | 72 |
| Binary | 10011001 | 10101000 | 10000001 | 1001 | 0 | 10111 | 100010 | 1010011 | 10010 | 111010 |
Color Harmonies of #99A881
Complementary color
Monochromatic Colors of #99A881
Black with #99A881
Text Example
Text Example
White with #99A881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A881; }
p { color: rgb(153,168,129); }
H1.HeaderClassName
{
color: #99A881;
}
.AnyTagClassName
{
color: #99A881;
}
</style>
background-color css
<style>
a { background-color: #99A881; }
a { background-color: rgb(153,168,129); }
div.DivClassName
{
background-color: #99A881;
}
.BgClassName
{
background-color: #99A881;
}
</style>
border-color css
<style>
span { border-color: #99A881; }
span { border-color: rgb(153,168,129); }
td.TdClassName
{
border-color: #99A881;
}
.TagClassName
{
border-color: #99A881;
}
</style>