Shades of Sage #999F7B
Tints of Sage #999F7B
RGB
CMYK
RGB Variations
Color information
#999F7B (or 0x999F7B) is known color: Sage. HEX triplet: 99, 9F and 7B. RGB value is (153,159,123). Sum of RGB (Red+Green+Blue) = 153+159+123=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 159 - color contains mainly: green. Hex color #999F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999F7B is #666084. Grayscale: #999999. Windows color (decimal): -6709381 or 8101785. OLE color: 8101785.
HSL color Cylindrical-coordinate representation of color #999F7B: hue angle of 70º 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 #999F7B is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 159 | 123 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.38 |
| HSL | 70º | 0.16% | 0.55% | - |
| HSV(B) | 70º | 0.23% | 0.62% | - |
| XYZ | 29.11 | 33 | 23.57 | - |
| YUV | 153.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 123 | 0.04 | 0 | 0.23 | 0.38 | 70 | 0.16 | 0.55 |
| Hex | 99 | 9F | 7B | 4 | 0 | 17 | 26 | 46 | 10 | 37 |
| Octal | 231 | 237 | 173 | 4 | 0 | 27 | 46 | 106 | 20 | 67 |
| Binary | 10011001 | 10011111 | 1111011 | 100 | 0 | 10111 | 100110 | 1000110 | 10000 | 110111 |
Color Harmonies of #999F7B
Complementary color
Monochromatic Colors of #999F7B
Black with #999F7B
Text Example
Text Example
White with #999F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999F7B; }
p { color: rgb(153,159,123); }
H1.HeaderClassName
{
color: #999F7B;
}
.AnyTagClassName
{
color: #999F7B;
}
</style>
background-color css
<style>
a { background-color: #999F7B; }
a { background-color: rgb(153,159,123); }
div.DivClassName
{
background-color: #999F7B;
}
.BgClassName
{
background-color: #999F7B;
}
</style>
border-color css
<style>
span { border-color: #999F7B; }
span { border-color: rgb(153,159,123); }
td.TdClassName
{
border-color: #999F7B;
}
.TagClassName
{
border-color: #999F7B;
}
</style>