Shades of Sage #999F7D
Tints of Sage #999F7D
RGB
CMYK
RGB Variations
Color information
#999F7D (or 0x999F7D) is known color: Sage. HEX triplet: 99, 9F and 7D. RGB value is (153,159,125). Sum of RGB (Red+Green+Blue) = 153+159+125=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 159 - color contains mainly: green. Hex color #999F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999F7D is #666082. Grayscale: #999999. Windows color (decimal): -6709379 or 8232857. OLE color: 8232857.
HSL color Cylindrical-coordinate representation of color #999F7D: hue angle of 70.59º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #999F7D is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 159 | 125 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.38 |
| HSL | 70.59º | 0.15% | 0.56% | - |
| HSV(B) | 70.59º | 0.21% | 0.62% | - |
| XYZ | 29.24 | 33.05 | 24.24 | - |
| YUV | 153.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 125 | 0.04 | 0 | 0.21 | 0.38 | 70.59 | 0.15 | 0.56 |
| Hex | 99 | 9F | 7D | 4 | 0 | 15 | 26 | 47 | F | 38 |
| Octal | 231 | 237 | 175 | 4 | 0 | 25 | 46 | 107 | 17 | 70 |
| Binary | 10011001 | 10011111 | 1111101 | 100 | 0 | 10101 | 100110 | 1000111 | 1111 | 111000 |
Color Harmonies of #999F7D
Complementary color
Monochromatic Colors of #999F7D
Black with #999F7D
Text Example
Text Example
White with #999F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999F7D; }
p { color: rgb(153,159,125); }
H1.HeaderClassName
{
color: #999F7D;
}
.AnyTagClassName
{
color: #999F7D;
}
</style>
background-color css
<style>
a { background-color: #999F7D; }
a { background-color: rgb(153,159,125); }
div.DivClassName
{
background-color: #999F7D;
}
.BgClassName
{
background-color: #999F7D;
}
</style>
border-color css
<style>
span { border-color: #999F7D; }
span { border-color: rgb(153,159,125); }
td.TdClassName
{
border-color: #999F7D;
}
.TagClassName
{
border-color: #999F7D;
}
</style>