Shades of Olive #736804
Tints of Olive #736804
RGB
CMYK
RGB Variations
Color information
#736804 (or 0x736804) is known color: Olive. HEX triplet: 73, 68 and 04. RGB value is (115,104,4). Sum of RGB (Red+Green+Blue) = 115+104+4=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #736804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736804 is #8C97FB. Grayscale: #606060. Windows color (decimal): -9213948 or 288883. OLE color: 288883.
HSL color Cylindrical-coordinate representation of color #736804: hue angle of 54.05º 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 #736804 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 104 | 4 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.55 |
| HSL | 54.05º | 0.93% | 0.23% | - |
| HSV(B) | 54.05º | 0.97% | 0.45% | - |
| XYZ | 12.04 | 13.55 | 2.1 | - |
| YUV | 95.89 | 76.14 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 4 | 0 | 0.10 | 0.97 | 0.55 | 54.05 | 0.93 | 0.23 |
| Hex | 73 | 68 | 4 | 0 | A | 61 | 37 | 36 | 5D | 17 |
| Octal | 163 | 150 | 4 | 0 | 12 | 141 | 67 | 66 | 135 | 27 |
| Binary | 1110011 | 1101000 | 100 | 0 | 1010 | 1100001 | 110111 | 110110 | 1011101 | 10111 |
Color Harmonies of #736804
Complementary color
Monochromatic Colors of #736804
Black with #736804
Text Example
Text Example
White with #736804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736804; }
p { color: rgb(115,104,4); }
H1.HeaderClassName
{
color: #736804;
}
.AnyTagClassName
{
color: #736804;
}
</style>
background-color css
<style>
a { background-color: #736804; }
a { background-color: rgb(115,104,4); }
div.DivClassName
{
background-color: #736804;
}
.BgClassName
{
background-color: #736804;
}
</style>
border-color css
<style>
span { border-color: #736804; }
span { border-color: rgb(115,104,4); }
td.TdClassName
{
border-color: #736804;
}
.TagClassName
{
border-color: #736804;
}
</style>