Shades of Olive #736404
Tints of Olive #736404
RGB
CMYK
RGB Variations
Color information
#736404 (or 0x736404) is known color: Olive. HEX triplet: 73, 64 and 04. RGB value is (115,100,4). Sum of RGB (Red+Green+Blue) = 115+100+4=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #736404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736404 is #8C9BFB. Grayscale: #5D5D5D. Windows color (decimal): -9214972 or 287859. OLE color: 287859.
HSL color Cylindrical-coordinate representation of color #736404: hue angle of 51.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #736404 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 100 | 4 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.55 |
| HSL | 51.89º | 0.93% | 0.23% | - |
| HSV(B) | 51.89º | 0.97% | 0.45% | - |
| XYZ | 11.65 | 12.77 | 1.97 | - |
| YUV | 93.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 4 | 0 | 0.13 | 0.97 | 0.55 | 51.89 | 0.93 | 0.23 |
| Hex | 73 | 64 | 4 | 0 | D | 61 | 37 | 34 | 5D | 17 |
| Octal | 163 | 144 | 4 | 0 | 15 | 141 | 67 | 64 | 135 | 27 |
| Binary | 1110011 | 1100100 | 100 | 0 | 1101 | 1100001 | 110111 | 110100 | 1011101 | 10111 |
Color Harmonies of #736404
Complementary color
Monochromatic Colors of #736404
Black with #736404
Text Example
Text Example
White with #736404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736404; }
p { color: rgb(115,100,4); }
H1.HeaderClassName
{
color: #736404;
}
.AnyTagClassName
{
color: #736404;
}
</style>
background-color css
<style>
a { background-color: #736404; }
a { background-color: rgb(115,100,4); }
div.DivClassName
{
background-color: #736404;
}
.BgClassName
{
background-color: #736404;
}
</style>
border-color css
<style>
span { border-color: #736404; }
span { border-color: rgb(115,100,4); }
td.TdClassName
{
border-color: #736404;
}
.TagClassName
{
border-color: #736404;
}
</style>