Shades of Olive #998404
Tints of Olive #998404
RGB
CMYK
RGB Variations
Color information
#998404 (or 0x998404) is known color: Olive. HEX triplet: 99, 84 and 04. RGB value is (153,132,4). Sum of RGB (Red+Green+Blue) = 153+132+4=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #998404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998404 is #667BFB. Grayscale: #7C7C7C. Windows color (decimal): -6716412 or 296089. OLE color: 296089.
HSL color Cylindrical-coordinate representation of color #998404: hue angle of 51.54º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #998404 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 4 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.4 |
| HSL | 51.54º | 0.95% | 0.31% | - |
| HSV(B) | 51.54º | 0.97% | 0.6% | - |
| XYZ | 21.41 | 23.28 | 3.48 | - |
| YUV | 123.69 | 60.46 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 4 | 0 | 0.14 | 0.97 | 0.4 | 51.54 | 0.95 | 0.31 |
| Hex | 99 | 84 | 4 | 0 | E | 61 | 28 | 34 | 5F | 1F |
| Octal | 231 | 204 | 4 | 0 | 16 | 141 | 50 | 64 | 137 | 37 |
| Binary | 10011001 | 10000100 | 100 | 0 | 1110 | 1100001 | 101000 | 110100 | 1011111 | 11111 |
Color Harmonies of #998404
Complementary color
Monochromatic Colors of #998404
Black with #998404
Text Example
Text Example
White with #998404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998404; }
p { color: rgb(153,132,4); }
H1.HeaderClassName
{
color: #998404;
}
.AnyTagClassName
{
color: #998404;
}
</style>
background-color css
<style>
a { background-color: #998404; }
a { background-color: rgb(153,132,4); }
div.DivClassName
{
background-color: #998404;
}
.BgClassName
{
background-color: #998404;
}
</style>
border-color css
<style>
span { border-color: #998404; }
span { border-color: rgb(153,132,4); }
td.TdClassName
{
border-color: #998404;
}
.TagClassName
{
border-color: #998404;
}
</style>