Shades of Olive #988603
Tints of Olive #988603
RGB
CMYK
RGB Variations
Color information
#988603 (or 0x988603) is known color: Olive. HEX triplet: 98, 86 and 03. RGB value is (152,134,3). Sum of RGB (Red+Green+Blue) = 152+134+3=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #988603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988603 is #6779FC. Grayscale: #7C7C7C. Windows color (decimal): -6781437 or 231064. OLE color: 231064.
HSL color Cylindrical-coordinate representation of color #988603: hue angle of 52.75º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #988603 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 134 | 3 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.40 |
| HSL | 52.75º | 0.96% | 0.3% | - |
| HSV(B) | 52.75º | 0.98% | 0.6% | - |
| XYZ | 21.49 | 23.73 | 3.53 | - |
| YUV | 124.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 3 | 0 | 0.12 | 0.98 | 0.40 | 52.75 | 0.96 | 0.3 |
| Hex | 98 | 86 | 3 | 0 | C | 62 | 28 | 35 | 60 | 1E |
| Octal | 230 | 206 | 3 | 0 | 14 | 142 | 50 | 65 | 140 | 36 |
| Binary | 10011000 | 10000110 | 11 | 0 | 1100 | 1100010 | 101000 | 110101 | 1100000 | 11110 |
Color Harmonies of #988603
Complementary color
Monochromatic Colors of #988603
Black with #988603
Text Example
Text Example
White with #988603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988603; }
p { color: rgb(152,134,3); }
H1.HeaderClassName
{
color: #988603;
}
.AnyTagClassName
{
color: #988603;
}
</style>
background-color css
<style>
a { background-color: #988603; }
a { background-color: rgb(152,134,3); }
div.DivClassName
{
background-color: #988603;
}
.BgClassName
{
background-color: #988603;
}
</style>
border-color css
<style>
span { border-color: #988603; }
span { border-color: rgb(152,134,3); }
td.TdClassName
{
border-color: #988603;
}
.TagClassName
{
border-color: #988603;
}
</style>