Shades of Grey Olive #99957F
Tints of Grey Olive #99957F
RGB
CMYK
RGB Variations
Color information
#99957F (or 0x99957F) is known color: Grey Olive. HEX triplet: 99, 95 and 7F. RGB value is (153,149,127). Sum of RGB (Red+Green+Blue) = 153+149+127=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #99957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99957F is #666A80. Grayscale: #939393. Windows color (decimal): -6711937 or 8361369. OLE color: 8361369.
HSL color Cylindrical-coordinate representation of color #99957F: hue angle of 50.77º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99957F is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 127 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.4 |
| HSL | 50.77º | 0.11% | 0.55% | - |
| HSV(B) | 50.77º | 0.17% | 0.6% | - |
| XYZ | 27.72 | 29.8 | 24.37 | - |
| YUV | 147.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 127 | 0 | 0.03 | 0.17 | 0.4 | 50.77 | 0.11 | 0.55 |
| Hex | 99 | 95 | 7F | 0 | 3 | 11 | 28 | 33 | B | 37 |
| Octal | 231 | 225 | 177 | 0 | 3 | 21 | 50 | 63 | 13 | 67 |
| Binary | 10011001 | 10010101 | 1111111 | 0 | 11 | 10001 | 101000 | 110011 | 1011 | 110111 |
Color Harmonies of #99957F
Complementary color
Monochromatic Colors of #99957F
Black with #99957F
Text Example
Text Example
White with #99957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99957F; }
p { color: rgb(153,149,127); }
H1.HeaderClassName
{
color: #99957F;
}
.AnyTagClassName
{
color: #99957F;
}
</style>
background-color css
<style>
a { background-color: #99957F; }
a { background-color: rgb(153,149,127); }
div.DivClassName
{
background-color: #99957F;
}
.BgClassName
{
background-color: #99957F;
}
</style>
border-color css
<style>
span { border-color: #99957F; }
span { border-color: rgb(153,149,127); }
td.TdClassName
{
border-color: #99957F;
}
.TagClassName
{
border-color: #99957F;
}
</style>