Shades of Sage #999F78
Tints of Sage #999F78
RGB
CMYK
RGB Variations
Color information
#999F78 (or 0x999F78) is known color: Sage. HEX triplet: 99, 9F and 78. RGB value is (153,159,120). Sum of RGB (Red+Green+Blue) = 153+159+120=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 159 - color contains mainly: green. Hex color #999F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999F78 is #666087. Grayscale: #989898. Windows color (decimal): -6709384 or 7905177. OLE color: 7905177.
HSL color Cylindrical-coordinate representation of color #999F78: hue angle of 69.23º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #999F78 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 159 | 120 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.38 |
| HSL | 69.23º | 0.17% | 0.55% | - |
| HSV(B) | 69.23º | 0.25% | 0.62% | - |
| XYZ | 28.93 | 32.92 | 22.6 | - |
| YUV | 152.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 120 | 0.04 | 0 | 0.25 | 0.38 | 69.23 | 0.17 | 0.55 |
| Hex | 99 | 9F | 78 | 4 | 0 | 19 | 26 | 45 | 11 | 37 |
| Octal | 231 | 237 | 170 | 4 | 0 | 31 | 46 | 105 | 21 | 67 |
| Binary | 10011001 | 10011111 | 1111000 | 100 | 0 | 11001 | 100110 | 1000101 | 10001 | 110111 |
Color Harmonies of #999F78
Complementary color
Monochromatic Colors of #999F78
Black with #999F78
Text Example
Text Example
White with #999F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999F78; }
p { color: rgb(153,159,120); }
H1.HeaderClassName
{
color: #999F78;
}
.AnyTagClassName
{
color: #999F78;
}
</style>
background-color css
<style>
a { background-color: #999F78; }
a { background-color: rgb(153,159,120); }
div.DivClassName
{
background-color: #999F78;
}
.BgClassName
{
background-color: #999F78;
}
</style>
border-color css
<style>
span { border-color: #999F78; }
span { border-color: rgb(153,159,120); }
td.TdClassName
{
border-color: #999F78;
}
.TagClassName
{
border-color: #999F78;
}
</style>