Shades of Sage #999E75
Tints of Sage #999E75
RGB
CMYK
RGB Variations
Color information
#999E75 (or 0x999E75) is known color: Sage. HEX triplet: 99, 9E and 75. RGB value is (153,158,117). Sum of RGB (Red+Green+Blue) = 153+158+117=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 158 - color contains mainly: green. Hex color #999E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E75 is #66618A. Grayscale: #979797. Windows color (decimal): -6709643 or 7708313. OLE color: 7708313.
HSL color Cylindrical-coordinate representation of color #999E75: hue angle of 67.32º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #999E75 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 158 | 117 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.38 |
| HSL | 67.32º | 0.17% | 0.54% | - |
| HSV(B) | 67.32º | 0.26% | 0.62% | - |
| XYZ | 28.57 | 32.51 | 21.6 | - |
| YUV | 151.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 117 | 0.03 | 0 | 0.26 | 0.38 | 67.32 | 0.17 | 0.54 |
| Hex | 99 | 9E | 75 | 3 | 0 | 1A | 26 | 43 | 11 | 36 |
| Octal | 231 | 236 | 165 | 3 | 0 | 32 | 46 | 103 | 21 | 66 |
| Binary | 10011001 | 10011110 | 1110101 | 11 | 0 | 11010 | 100110 | 1000011 | 10001 | 110110 |
Color Harmonies of #999E75
Complementary color
Monochromatic Colors of #999E75
Black with #999E75
Text Example
Text Example
White with #999E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999E75; }
p { color: rgb(153,158,117); }
H1.HeaderClassName
{
color: #999E75;
}
.AnyTagClassName
{
color: #999E75;
}
</style>
background-color css
<style>
a { background-color: #999E75; }
a { background-color: rgb(153,158,117); }
div.DivClassName
{
background-color: #999E75;
}
.BgClassName
{
background-color: #999E75;
}
</style>
border-color css
<style>
span { border-color: #999E75; }
span { border-color: rgb(153,158,117); }
td.TdClassName
{
border-color: #999E75;
}
.TagClassName
{
border-color: #999E75;
}
</style>