Shades of Olive #998603
Tints of Olive #998603
RGB
CMYK
RGB Variations
Color information
#998603 (or 0x998603) is known color: Olive. HEX triplet: 99, 86 and 03. RGB value is (153,134,3). Sum of RGB (Red+Green+Blue) = 153+134+3=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #998603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998603 is #6679FC. Grayscale: #7D7D7D. Windows color (decimal): -6715901 or 231065. OLE color: 231065.
HSL color Cylindrical-coordinate representation of color #998603: hue angle of 52.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #998603 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 3 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.4 |
| HSL | 52.4º | 0.96% | 0.31% | - |
| HSV(B) | 52.4º | 0.98% | 0.6% | - |
| XYZ | 21.68 | 23.83 | 3.54 | - |
| YUV | 124.75 | 59.29 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 3 | 0 | 0.12 | 0.98 | 0.4 | 52.4 | 0.96 | 0.31 |
| Hex | 99 | 86 | 3 | 0 | C | 62 | 28 | 34 | 60 | 1F |
| Octal | 231 | 206 | 3 | 0 | 14 | 142 | 50 | 64 | 140 | 37 |
| Binary | 10011001 | 10000110 | 11 | 0 | 1100 | 1100010 | 101000 | 110100 | 1100000 | 11111 |
Color Harmonies of #998603
Complementary color
Monochromatic Colors of #998603
Black with #998603
Text Example
Text Example
White with #998603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998603; }
p { color: rgb(153,134,3); }
H1.HeaderClassName
{
color: #998603;
}
.AnyTagClassName
{
color: #998603;
}
</style>
background-color css
<style>
a { background-color: #998603; }
a { background-color: rgb(153,134,3); }
div.DivClassName
{
background-color: #998603;
}
.BgClassName
{
background-color: #998603;
}
</style>
border-color css
<style>
span { border-color: #998603; }
span { border-color: rgb(153,134,3); }
td.TdClassName
{
border-color: #998603;
}
.TagClassName
{
border-color: #998603;
}
</style>