Shades of Grey Olive #9D957B
Tints of Grey Olive #9D957B
RGB
CMYK
RGB Variations
Color information
#9D957B (or 0x9D957B) is known color: Grey Olive. HEX triplet: 9D, 95 and 7B. RGB value is (157,149,123). Sum of RGB (Red+Green+Blue) = 157+149+123=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D957B is #626A84. Grayscale: #949494. Windows color (decimal): -6449797 or 8099229. OLE color: 8099229.
HSL color Cylindrical-coordinate representation of color #9D957B: hue angle of 45.88º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D957B is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 123 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.38 |
| HSL | 45.88º | 0.15% | 0.55% | - |
| HSV(B) | 45.88º | 0.22% | 0.62% | - |
| XYZ | 28.23 | 30.09 | 23.06 | - |
| YUV | 148.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 123 | 0 | 0.05 | 0.22 | 0.38 | 45.88 | 0.15 | 0.55 |
| Hex | 9D | 95 | 7B | 0 | 5 | 16 | 26 | 2E | F | 37 |
| Octal | 235 | 225 | 173 | 0 | 5 | 26 | 46 | 56 | 17 | 67 |
| Binary | 10011101 | 10010101 | 1111011 | 0 | 101 | 10110 | 100110 | 101110 | 1111 | 110111 |
Color Harmonies of #9D957B
Complementary color
Monochromatic Colors of #9D957B
Black with #9D957B
Text Example
Text Example
White with #9D957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D957B; }
p { color: rgb(157,149,123); }
H1.HeaderClassName
{
color: #9D957B;
}
.AnyTagClassName
{
color: #9D957B;
}
</style>
background-color css
<style>
a { background-color: #9D957B; }
a { background-color: rgb(157,149,123); }
div.DivClassName
{
background-color: #9D957B;
}
.BgClassName
{
background-color: #9D957B;
}
</style>
border-color css
<style>
span { border-color: #9D957B; }
span { border-color: rgb(157,149,123); }
td.TdClassName
{
border-color: #9D957B;
}
.TagClassName
{
border-color: #9D957B;
}
</style>