Shades of Grey Olive #99937E
Tints of Grey Olive #99937E
RGB
CMYK
RGB Variations
Color information
#99937E (or 0x99937E) is known color: Grey Olive. HEX triplet: 99, 93 and 7E. RGB value is (153,147,126). Sum of RGB (Red+Green+Blue) = 153+147+126=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #99937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99937E is #666C81. Grayscale: #929292. Windows color (decimal): -6712450 or 8295321. OLE color: 8295321.
HSL color Cylindrical-coordinate representation of color #99937E: hue angle of 46.67º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99937E is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 126 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.4 |
| HSL | 46.67º | 0.12% | 0.55% | - |
| HSV(B) | 46.67º | 0.18% | 0.6% | - |
| XYZ | 27.34 | 29.15 | 23.92 | - |
| YUV | 146.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 126 | 0 | 0.04 | 0.18 | 0.4 | 46.67 | 0.12 | 0.55 |
| Hex | 99 | 93 | 7E | 0 | 4 | 12 | 28 | 2F | C | 37 |
| Octal | 231 | 223 | 176 | 0 | 4 | 22 | 50 | 57 | 14 | 67 |
| Binary | 10011001 | 10010011 | 1111110 | 0 | 100 | 10010 | 101000 | 101111 | 1100 | 110111 |
Color Harmonies of #99937E
Complementary color
Monochromatic Colors of #99937E
Black with #99937E
Text Example
Text Example
White with #99937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99937E; }
p { color: rgb(153,147,126); }
H1.HeaderClassName
{
color: #99937E;
}
.AnyTagClassName
{
color: #99937E;
}
</style>
background-color css
<style>
a { background-color: #99937E; }
a { background-color: rgb(153,147,126); }
div.DivClassName
{
background-color: #99937E;
}
.BgClassName
{
background-color: #99937E;
}
</style>
border-color css
<style>
span { border-color: #99937E; }
span { border-color: rgb(153,147,126); }
td.TdClassName
{
border-color: #99937E;
}
.TagClassName
{
border-color: #99937E;
}
</style>