Shades of Sage #999F86
Tints of Sage #999F86
RGB
CMYK
RGB Variations
Color information
#999F86 (or 0x999F86) is known color: Sage. HEX triplet: 99, 9F and 86. RGB value is (153,159,134). Sum of RGB (Red+Green+Blue) = 153+159+134=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 159 - color contains mainly: green. Hex color #999F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999F86 is #666079. Grayscale: #9A9A9A. Windows color (decimal): -6709370 or 8822681. OLE color: 8822681.
HSL color Cylindrical-coordinate representation of color #999F86: hue angle of 74.4º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #999F86 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 159 | 134 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.38 |
| HSL | 74.4º | 0.12% | 0.57% | - |
| HSV(B) | 74.4º | 0.16% | 0.62% | - |
| XYZ | 29.84 | 33.29 | 27.41 | - |
| YUV | 154.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 134 | 0.04 | 0 | 0.16 | 0.38 | 74.4 | 0.12 | 0.57 |
| Hex | 99 | 9F | 86 | 4 | 0 | 10 | 26 | 4A | C | 39 |
| Octal | 231 | 237 | 206 | 4 | 0 | 20 | 46 | 112 | 14 | 71 |
| Binary | 10011001 | 10011111 | 10000110 | 100 | 0 | 10000 | 100110 | 1001010 | 1100 | 111001 |
Color Harmonies of #999F86
Complementary color
Monochromatic Colors of #999F86
Black with #999F86
Text Example
Text Example
White with #999F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999F86; }
p { color: rgb(153,159,134); }
H1.HeaderClassName
{
color: #999F86;
}
.AnyTagClassName
{
color: #999F86;
}
</style>
background-color css
<style>
a { background-color: #999F86; }
a { background-color: rgb(153,159,134); }
div.DivClassName
{
background-color: #999F86;
}
.BgClassName
{
background-color: #999F86;
}
</style>
border-color css
<style>
span { border-color: #999F86; }
span { border-color: rgb(153,159,134); }
td.TdClassName
{
border-color: #999F86;
}
.TagClassName
{
border-color: #999F86;
}
</style>