Shades of Sage #999D7F
Tints of Sage #999D7F
RGB
CMYK
RGB Variations
Color information
#999D7F (or 0x999D7F) is known color: Sage. HEX triplet: 99, 9D and 7F. RGB value is (153,157,127). Sum of RGB (Red+Green+Blue) = 153+157+127=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 157 - color contains mainly: green. Hex color #999D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999D7F is #666280. Grayscale: #989898. Windows color (decimal): -6709889 or 8363417. OLE color: 8363417.
HSL color Cylindrical-coordinate representation of color #999D7F: hue angle of 68º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #999D7F is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 127 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.38 |
| HSL | 68º | 0.13% | 0.56% | - |
| HSV(B) | 68º | 0.19% | 0.62% | - |
| XYZ | 29.02 | 32.42 | 24.81 | - |
| YUV | 152.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 127 | 0.03 | 0 | 0.19 | 0.38 | 68 | 0.13 | 0.56 |
| Hex | 99 | 9D | 7F | 3 | 0 | 13 | 26 | 44 | D | 38 |
| Octal | 231 | 235 | 177 | 3 | 0 | 23 | 46 | 104 | 15 | 70 |
| Binary | 10011001 | 10011101 | 1111111 | 11 | 0 | 10011 | 100110 | 1000100 | 1101 | 111000 |
Color Harmonies of #999D7F
Complementary color
Monochromatic Colors of #999D7F
Black with #999D7F
Text Example
Text Example
White with #999D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D7F; }
p { color: rgb(153,157,127); }
H1.HeaderClassName
{
color: #999D7F;
}
.AnyTagClassName
{
color: #999D7F;
}
</style>
background-color css
<style>
a { background-color: #999D7F; }
a { background-color: rgb(153,157,127); }
div.DivClassName
{
background-color: #999D7F;
}
.BgClassName
{
background-color: #999D7F;
}
</style>
border-color css
<style>
span { border-color: #999D7F; }
span { border-color: rgb(153,157,127); }
td.TdClassName
{
border-color: #999D7F;
}
.TagClassName
{
border-color: #999D7F;
}
</style>