Shades of Olive #998803
Tints of Olive #998803
RGB
CMYK
RGB Variations
Color information
#998803 (or 0x998803) is known color: Olive. HEX triplet: 99, 88 and 03. RGB value is (153,136,3). Sum of RGB (Red+Green+Blue) = 153+136+3=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #998803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998803 is #6677FC. Grayscale: #7E7E7E. Windows color (decimal): -6715389 or 231577. OLE color: 231577.
HSL color Cylindrical-coordinate representation of color #998803: hue angle of 53.2º 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 #998803 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 3 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.4 |
| HSL | 53.2º | 0.96% | 0.31% | - |
| HSV(B) | 53.2º | 0.98% | 0.6% | - |
| XYZ | 21.96 | 24.39 | 3.64 | - |
| YUV | 125.92 | 58.63 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 3 | 0 | 0.11 | 0.98 | 0.4 | 53.2 | 0.96 | 0.31 |
| Hex | 99 | 88 | 3 | 0 | B | 62 | 28 | 35 | 60 | 1F |
| Octal | 231 | 210 | 3 | 0 | 13 | 142 | 50 | 65 | 140 | 37 |
| Binary | 10011001 | 10001000 | 11 | 0 | 1011 | 1100010 | 101000 | 110101 | 1100000 | 11111 |
Color Harmonies of #998803
Complementary color
Monochromatic Colors of #998803
Black with #998803
Text Example
Text Example
White with #998803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998803; }
p { color: rgb(153,136,3); }
H1.HeaderClassName
{
color: #998803;
}
.AnyTagClassName
{
color: #998803;
}
</style>
background-color css
<style>
a { background-color: #998803; }
a { background-color: rgb(153,136,3); }
div.DivClassName
{
background-color: #998803;
}
.BgClassName
{
background-color: #998803;
}
</style>
border-color css
<style>
span { border-color: #998803; }
span { border-color: rgb(153,136,3); }
td.TdClassName
{
border-color: #998803;
}
.TagClassName
{
border-color: #998803;
}
</style>