Shades of Grey Olive #9D997F
Tints of Grey Olive #9D997F
RGB
CMYK
RGB Variations
Color information
#9D997F (or 0x9D997F) is known color: Grey Olive. HEX triplet: 9D, 99 and 7F. RGB value is (157,153,127). Sum of RGB (Red+Green+Blue) = 157+153+127=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 157 - color contains mainly: red. Hex color #9D997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D997F is #626680. Grayscale: #979797. Windows color (decimal): -6448769 or 8362397. OLE color: 8362397.
HSL color Cylindrical-coordinate representation of color #9D997F: hue angle of 52º 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 #9D997F is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 127 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.38 |
| HSL | 52º | 0.13% | 0.56% | - |
| HSV(B) | 52º | 0.19% | 0.62% | - |
| XYZ | 29.13 | 31.48 | 24.62 | - |
| YUV | 151.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 127 | 0 | 0.03 | 0.19 | 0.38 | 52 | 0.13 | 0.56 |
| Hex | 9D | 99 | 7F | 0 | 3 | 13 | 26 | 34 | D | 38 |
| Octal | 235 | 231 | 177 | 0 | 3 | 23 | 46 | 64 | 15 | 70 |
| Binary | 10011101 | 10011001 | 1111111 | 0 | 11 | 10011 | 100110 | 110100 | 1101 | 111000 |
Color Harmonies of #9D997F
Complementary color
Monochromatic Colors of #9D997F
Black with #9D997F
Text Example
Text Example
White with #9D997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D997F; }
p { color: rgb(157,153,127); }
H1.HeaderClassName
{
color: #9D997F;
}
.AnyTagClassName
{
color: #9D997F;
}
</style>
background-color css
<style>
a { background-color: #9D997F; }
a { background-color: rgb(157,153,127); }
div.DivClassName
{
background-color: #9D997F;
}
.BgClassName
{
background-color: #9D997F;
}
</style>
border-color css
<style>
span { border-color: #9D997F; }
span { border-color: rgb(157,153,127); }
td.TdClassName
{
border-color: #9D997F;
}
.TagClassName
{
border-color: #9D997F;
}
</style>