Shades of Sage #999D79
Tints of Sage #999D79
RGB
CMYK
RGB Variations
Color information
#999D79 (or 0x999D79) is known color: Sage. HEX triplet: 99, 9D and 79. RGB value is (153,157,121). Sum of RGB (Red+Green+Blue) = 153+157+121=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 157 - color contains mainly: green. Hex color #999D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999D79 is #666286. Grayscale: #979797. Windows color (decimal): -6709895 or 7970201. OLE color: 7970201.
HSL color Cylindrical-coordinate representation of color #999D79: hue angle of 66.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #999D79 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 121 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.38 |
| HSL | 66.67º | 0.16% | 0.55% | - |
| HSV(B) | 66.67º | 0.23% | 0.62% | - |
| XYZ | 28.65 | 32.27 | 22.81 | - |
| YUV | 151.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 121 | 0.03 | 0 | 0.23 | 0.38 | 66.67 | 0.16 | 0.55 |
| Hex | 99 | 9D | 79 | 3 | 0 | 17 | 26 | 43 | 10 | 37 |
| Octal | 231 | 235 | 171 | 3 | 0 | 27 | 46 | 103 | 20 | 67 |
| Binary | 10011001 | 10011101 | 1111001 | 11 | 0 | 10111 | 100110 | 1000011 | 10000 | 110111 |
Color Harmonies of #999D79
Complementary color
Monochromatic Colors of #999D79
Black with #999D79
Text Example
Text Example
White with #999D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D79; }
p { color: rgb(153,157,121); }
H1.HeaderClassName
{
color: #999D79;
}
.AnyTagClassName
{
color: #999D79;
}
</style>
background-color css
<style>
a { background-color: #999D79; }
a { background-color: rgb(153,157,121); }
div.DivClassName
{
background-color: #999D79;
}
.BgClassName
{
background-color: #999D79;
}
</style>
border-color css
<style>
span { border-color: #999D79; }
span { border-color: rgb(153,157,121); }
td.TdClassName
{
border-color: #999D79;
}
.TagClassName
{
border-color: #999D79;
}
</style>