Shades of Grey Olive #98957D
Tints of Grey Olive #98957D
RGB
CMYK
RGB Variations
Color information
#98957D (or 0x98957D) is known color: Grey Olive. HEX triplet: 98, 95 and 7D. RGB value is (152,149,125). Sum of RGB (Red+Green+Blue) = 152+149+125=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #98957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98957D is #676A82. Grayscale: #939393. Windows color (decimal): -6777475 or 8230296. OLE color: 8230296.
HSL color Cylindrical-coordinate representation of color #98957D: hue angle of 53.33º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98957D is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 149 | 125 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.40 |
| HSL | 53.33º | 0.12% | 0.54% | - |
| HSV(B) | 53.33º | 0.18% | 0.6% | - |
| XYZ | 27.4 | 29.65 | 23.68 | - |
| YUV | 147.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 125 | 0 | 0.02 | 0.18 | 0.40 | 53.33 | 0.12 | 0.54 |
| Hex | 98 | 95 | 7D | 0 | 2 | 12 | 28 | 35 | C | 36 |
| Octal | 230 | 225 | 175 | 0 | 2 | 22 | 50 | 65 | 14 | 66 |
| Binary | 10011000 | 10010101 | 1111101 | 0 | 10 | 10010 | 101000 | 110101 | 1100 | 110110 |
Color Harmonies of #98957D
Complementary color
Monochromatic Colors of #98957D
Black with #98957D
Text Example
Text Example
White with #98957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98957D; }
p { color: rgb(152,149,125); }
H1.HeaderClassName
{
color: #98957D;
}
.AnyTagClassName
{
color: #98957D;
}
</style>
background-color css
<style>
a { background-color: #98957D; }
a { background-color: rgb(152,149,125); }
div.DivClassName
{
background-color: #98957D;
}
.BgClassName
{
background-color: #98957D;
}
</style>
border-color css
<style>
span { border-color: #98957D; }
span { border-color: rgb(152,149,125); }
td.TdClassName
{
border-color: #98957D;
}
.TagClassName
{
border-color: #98957D;
}
</style>