Shades of Grey Olive #9D997D
Tints of Grey Olive #9D997D
RGB
CMYK
RGB Variations
Color information
#9D997D (or 0x9D997D) is known color: Grey Olive. HEX triplet: 9D, 99 and 7D. RGB value is (157,153,125). Sum of RGB (Red+Green+Blue) = 157+153+125=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 157 - color contains mainly: red. Hex color #9D997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D997D is #626682. Grayscale: #979797. Windows color (decimal): -6448771 or 8231325. OLE color: 8231325.
HSL color Cylindrical-coordinate representation of color #9D997D: hue angle of 52.5º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D997D is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 125 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.38 |
| HSL | 52.5º | 0.14% | 0.55% | - |
| HSV(B) | 52.5º | 0.2% | 0.62% | - |
| XYZ | 29 | 31.43 | 23.94 | - |
| YUV | 151 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 125 | 0 | 0.03 | 0.20 | 0.38 | 52.5 | 0.14 | 0.55 |
| Hex | 9D | 99 | 7D | 0 | 3 | 14 | 26 | 34 | E | 37 |
| Octal | 235 | 231 | 175 | 0 | 3 | 24 | 46 | 64 | 16 | 67 |
| Binary | 10011101 | 10011001 | 1111101 | 0 | 11 | 10100 | 100110 | 110100 | 1110 | 110111 |
Color Harmonies of #9D997D
Complementary color
Monochromatic Colors of #9D997D
Black with #9D997D
Text Example
Text Example
White with #9D997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D997D; }
p { color: rgb(157,153,125); }
H1.HeaderClassName
{
color: #9D997D;
}
.AnyTagClassName
{
color: #9D997D;
}
</style>
background-color css
<style>
a { background-color: #9D997D; }
a { background-color: rgb(157,153,125); }
div.DivClassName
{
background-color: #9D997D;
}
.BgClassName
{
background-color: #9D997D;
}
</style>
border-color css
<style>
span { border-color: #9D997D; }
span { border-color: rgb(157,153,125); }
td.TdClassName
{
border-color: #9D997D;
}
.TagClassName
{
border-color: #9D997D;
}
</style>