Shades of Olive #988000
Tints of Olive #988000
RGB
CMYK
RGB Variations
Color information
#988000 (or 0x988000) is known color: Olive. HEX triplet: 98, 80 and 00. RGB value is (152,128,0). Sum of RGB (Red+Green+Blue) = 152+128+0=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #988000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988000 is #677FFF. Grayscale: #797979. Windows color (decimal): -6782976 or 32920. OLE color: 32920.
HSL color Cylindrical-coordinate representation of color #988000: hue angle of 50.53º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #988000 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 128 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.40 |
| HSL | 50.53º | 1% | 0.3% | - |
| HSV(B) | 50.53º | 1% | 0.6% | - |
| XYZ | 20.67 | 22.11 | 3.18 | - |
| YUV | 120.58 | 59.95 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 0 | 0 | 0.16 | 1 | 0.40 | 50.53 | 1 | 0.3 |
| Hex | 98 | 80 | 0 | 0 | 10 | 64 | 28 | 33 | 64 | 1E |
| Octal | 230 | 200 | 0 | 0 | 20 | 144 | 50 | 63 | 144 | 36 |
| Binary | 10011000 | 10000000 | 0 | 0 | 10000 | 1100100 | 101000 | 110011 | 1100100 | 11110 |
Color Harmonies of #988000
Complementary color
Monochromatic Colors of #988000
Black with #988000
Text Example
Text Example
White with #988000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988000; }
p { color: rgb(152,128,0); }
H1.HeaderClassName
{
color: #988000;
}
.AnyTagClassName
{
color: #988000;
}
</style>
background-color css
<style>
a { background-color: #988000; }
a { background-color: rgb(152,128,0); }
div.DivClassName
{
background-color: #988000;
}
.BgClassName
{
background-color: #988000;
}
</style>
border-color css
<style>
span { border-color: #988000; }
span { border-color: rgb(152,128,0); }
td.TdClassName
{
border-color: #988000;
}
.TagClassName
{
border-color: #988000;
}
</style>