Shades of Grey Olive #99957C
Tints of Grey Olive #99957C
RGB
CMYK
RGB Variations
Color information
#99957C (or 0x99957C) is known color: Grey Olive. HEX triplet: 99, 95 and 7C. RGB value is (153,149,124). Sum of RGB (Red+Green+Blue) = 153+149+124=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #99957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99957C is #666A83. Grayscale: #939393. Windows color (decimal): -6711940 or 8164761. OLE color: 8164761.
HSL color Cylindrical-coordinate representation of color #99957C: hue angle of 51.72º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99957C is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 124 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.4 |
| HSL | 51.72º | 0.12% | 0.54% | - |
| HSV(B) | 51.72º | 0.19% | 0.6% | - |
| XYZ | 27.52 | 29.72 | 23.36 | - |
| YUV | 147.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 124 | 0 | 0.03 | 0.19 | 0.4 | 51.72 | 0.12 | 0.54 |
| Hex | 99 | 95 | 7C | 0 | 3 | 13 | 28 | 34 | C | 36 |
| Octal | 231 | 225 | 174 | 0 | 3 | 23 | 50 | 64 | 14 | 66 |
| Binary | 10011001 | 10010101 | 1111100 | 0 | 11 | 10011 | 101000 | 110100 | 1100 | 110110 |
Color Harmonies of #99957C
Complementary color
Monochromatic Colors of #99957C
Black with #99957C
Text Example
Text Example
White with #99957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99957C; }
p { color: rgb(153,149,124); }
H1.HeaderClassName
{
color: #99957C;
}
.AnyTagClassName
{
color: #99957C;
}
</style>
background-color css
<style>
a { background-color: #99957C; }
a { background-color: rgb(153,149,124); }
div.DivClassName
{
background-color: #99957C;
}
.BgClassName
{
background-color: #99957C;
}
</style>
border-color css
<style>
span { border-color: #99957C; }
span { border-color: rgb(153,149,124); }
td.TdClassName
{
border-color: #99957C;
}
.TagClassName
{
border-color: #99957C;
}
</style>