Shades of Grey Olive #9A937C
Tints of Grey Olive #9A937C
RGB
CMYK
RGB Variations
Color information
#9A937C (or 0x9A937C) is known color: Grey Olive. HEX triplet: 9A, 93 and 7C. RGB value is (154,147,124). Sum of RGB (Red+Green+Blue) = 154+147+124=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 154 - color contains mainly: red. Hex color #9A937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A937C is #656C83. Grayscale: #929292. Windows color (decimal): -6646916 or 8164250. OLE color: 8164250.
HSL color Cylindrical-coordinate representation of color #9A937C: hue angle of 46º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A937C is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 147 | 124 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.40 |
| HSL | 46º | 0.13% | 0.55% | - |
| HSV(B) | 46º | 0.19% | 0.6% | - |
| XYZ | 27.4 | 29.19 | 23.26 | - |
| YUV | 146.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 124 | 0 | 0.05 | 0.19 | 0.40 | 46 | 0.13 | 0.55 |
| Hex | 9A | 93 | 7C | 0 | 5 | 13 | 28 | 2E | D | 37 |
| Octal | 232 | 223 | 174 | 0 | 5 | 23 | 50 | 56 | 15 | 67 |
| Binary | 10011010 | 10010011 | 1111100 | 0 | 101 | 10011 | 101000 | 101110 | 1101 | 110111 |
Color Harmonies of #9A937C
Complementary color
Monochromatic Colors of #9A937C
Black with #9A937C
Text Example
Text Example
White with #9A937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A937C; }
p { color: rgb(154,147,124); }
H1.HeaderClassName
{
color: #9A937C;
}
.AnyTagClassName
{
color: #9A937C;
}
</style>
background-color css
<style>
a { background-color: #9A937C; }
a { background-color: rgb(154,147,124); }
div.DivClassName
{
background-color: #9A937C;
}
.BgClassName
{
background-color: #9A937C;
}
</style>
border-color css
<style>
span { border-color: #9A937C; }
span { border-color: rgb(154,147,124); }
td.TdClassName
{
border-color: #9A937C;
}
.TagClassName
{
border-color: #9A937C;
}
</style>