Shades of Olive #998304
Tints of Olive #998304
RGB
CMYK
RGB Variations
Color information
#998304 (or 0x998304) is known color: Olive. HEX triplet: 99, 83 and 04. RGB value is (153,131,4). Sum of RGB (Red+Green+Blue) = 153+131+4=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #998304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998304 is #667CFB. Grayscale: #7B7B7B. Windows color (decimal): -6716668 or 295833. OLE color: 295833.
HSL color Cylindrical-coordinate representation of color #998304: hue angle of 51.14º 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 #998304 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 4 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.4 |
| HSL | 51.14º | 0.95% | 0.31% | - |
| HSV(B) | 51.14º | 0.97% | 0.6% | - |
| XYZ | 21.28 | 23.01 | 3.44 | - |
| YUV | 123.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 4 | 0 | 0.14 | 0.97 | 0.4 | 51.14 | 0.95 | 0.31 |
| Hex | 99 | 83 | 4 | 0 | E | 61 | 28 | 33 | 5F | 1F |
| Octal | 231 | 203 | 4 | 0 | 16 | 141 | 50 | 63 | 137 | 37 |
| Binary | 10011001 | 10000011 | 100 | 0 | 1110 | 1100001 | 101000 | 110011 | 1011111 | 11111 |
Color Harmonies of #998304
Complementary color
Monochromatic Colors of #998304
Black with #998304
Text Example
Text Example
White with #998304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998304; }
p { color: rgb(153,131,4); }
H1.HeaderClassName
{
color: #998304;
}
.AnyTagClassName
{
color: #998304;
}
</style>
background-color css
<style>
a { background-color: #998304; }
a { background-color: rgb(153,131,4); }
div.DivClassName
{
background-color: #998304;
}
.BgClassName
{
background-color: #998304;
}
</style>
border-color css
<style>
span { border-color: #998304; }
span { border-color: rgb(153,131,4); }
td.TdClassName
{
border-color: #998304;
}
.TagClassName
{
border-color: #998304;
}
</style>