Shades of Grey Olive #99957D
Tints of Grey Olive #99957D
RGB
CMYK
RGB Variations
Color information
#99957D (or 0x99957D) is known color: Grey Olive. HEX triplet: 99, 95 and 7D. RGB value is (153,149,125). Sum of RGB (Red+Green+Blue) = 153+149+125=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #99957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99957D is #666A82. Grayscale: #939393. Windows color (decimal): -6711939 or 8230297. OLE color: 8230297.
HSL color Cylindrical-coordinate representation of color #99957D: hue angle of 51.43º 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 #99957D is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 125 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.4 |
| HSL | 51.43º | 0.12% | 0.55% | - |
| HSV(B) | 51.43º | 0.18% | 0.6% | - |
| XYZ | 27.59 | 29.75 | 23.69 | - |
| YUV | 147.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 125 | 0 | 0.03 | 0.18 | 0.4 | 51.43 | 0.12 | 0.55 |
| Hex | 99 | 95 | 7D | 0 | 3 | 12 | 28 | 33 | C | 37 |
| Octal | 231 | 225 | 175 | 0 | 3 | 22 | 50 | 63 | 14 | 67 |
| Binary | 10011001 | 10010101 | 1111101 | 0 | 11 | 10010 | 101000 | 110011 | 1100 | 110111 |
Color Harmonies of #99957D
Complementary color
Monochromatic Colors of #99957D
Black with #99957D
Text Example
Text Example
White with #99957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99957D; }
p { color: rgb(153,149,125); }
H1.HeaderClassName
{
color: #99957D;
}
.AnyTagClassName
{
color: #99957D;
}
</style>
background-color css
<style>
a { background-color: #99957D; }
a { background-color: rgb(153,149,125); }
div.DivClassName
{
background-color: #99957D;
}
.BgClassName
{
background-color: #99957D;
}
</style>
border-color css
<style>
span { border-color: #99957D; }
span { border-color: rgb(153,149,125); }
td.TdClassName
{
border-color: #99957D;
}
.TagClassName
{
border-color: #99957D;
}
</style>