Shades of Grey Olive #9D947D
Tints of Grey Olive #9D947D
RGB
CMYK
RGB Variations
Color information
#9D947D (or 0x9D947D) is known color: Grey Olive. HEX triplet: 9D, 94 and 7D. RGB value is (157,148,125). Sum of RGB (Red+Green+Blue) = 157+148+125=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D947D is #626B82. Grayscale: #949494. Windows color (decimal): -6450051 or 8230045. OLE color: 8230045.
HSL color Cylindrical-coordinate representation of color #9D947D: hue angle of 43.12º 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 #9D947D is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 148 | 125 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.38 |
| HSL | 43.13º | 0.14% | 0.55% | - |
| HSV(B) | 43.13º | 0.2% | 0.62% | - |
| XYZ | 28.2 | 29.83 | 23.67 | - |
| YUV | 148.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 148 | 125 | 0 | 0.06 | 0.20 | 0.38 | 43.13 | 0.14 | 0.55 |
| Hex | 9D | 94 | 7D | 0 | 6 | 14 | 26 | 2B | E | 37 |
| Octal | 235 | 224 | 175 | 0 | 6 | 24 | 46 | 53 | 16 | 67 |
| Binary | 10011101 | 10010100 | 1111101 | 0 | 110 | 10100 | 100110 | 101011 | 1110 | 110111 |
Color Harmonies of #9D947D
Complementary color
Monochromatic Colors of #9D947D
Black with #9D947D
Text Example
Text Example
White with #9D947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D947D; }
p { color: rgb(157,148,125); }
H1.HeaderClassName
{
color: #9D947D;
}
.AnyTagClassName
{
color: #9D947D;
}
</style>
background-color css
<style>
a { background-color: #9D947D; }
a { background-color: rgb(157,148,125); }
div.DivClassName
{
background-color: #9D947D;
}
.BgClassName
{
background-color: #9D947D;
}
</style>
border-color css
<style>
span { border-color: #9D947D; }
span { border-color: rgb(157,148,125); }
td.TdClassName
{
border-color: #9D947D;
}
.TagClassName
{
border-color: #9D947D;
}
</style>