Shades of Grey Olive #9D957C
Tints of Grey Olive #9D957C
RGB
CMYK
RGB Variations
Color information
#9D957C (or 0x9D957C) is known color: Grey Olive. HEX triplet: 9D, 95 and 7C. RGB value is (157,149,124). Sum of RGB (Red+Green+Blue) = 157+149+124=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D957C is #626A83. Grayscale: #949494. Windows color (decimal): -6449796 or 8164765. OLE color: 8164765.
HSL color Cylindrical-coordinate representation of color #9D957C: hue angle of 45.45º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9D957C is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 124 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.38 |
| HSL | 45.45º | 0.14% | 0.55% | - |
| HSV(B) | 45.45º | 0.21% | 0.62% | - |
| XYZ | 28.29 | 30.12 | 23.39 | - |
| YUV | 148.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 124 | 0 | 0.05 | 0.21 | 0.38 | 45.45 | 0.14 | 0.55 |
| Hex | 9D | 95 | 7C | 0 | 5 | 15 | 26 | 2D | E | 37 |
| Octal | 235 | 225 | 174 | 0 | 5 | 25 | 46 | 55 | 16 | 67 |
| Binary | 10011101 | 10010101 | 1111100 | 0 | 101 | 10101 | 100110 | 101101 | 1110 | 110111 |
Color Harmonies of #9D957C
Complementary color
Monochromatic Colors of #9D957C
Black with #9D957C
Text Example
Text Example
White with #9D957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D957C; }
p { color: rgb(157,149,124); }
H1.HeaderClassName
{
color: #9D957C;
}
.AnyTagClassName
{
color: #9D957C;
}
</style>
background-color css
<style>
a { background-color: #9D957C; }
a { background-color: rgb(157,149,124); }
div.DivClassName
{
background-color: #9D957C;
}
.BgClassName
{
background-color: #9D957C;
}
</style>
border-color css
<style>
span { border-color: #9D957C; }
span { border-color: rgb(157,149,124); }
td.TdClassName
{
border-color: #9D957C;
}
.TagClassName
{
border-color: #9D957C;
}
</style>