Shades of Olive #707404
Tints of Olive #707404
RGB
CMYK
RGB Variations
Color information
#707404 (or 0x707404) is known color: Olive. HEX triplet: 70, 74 and 04. RGB value is (112,116,4). Sum of RGB (Red+Green+Blue) = 112+116+4=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #707404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707404 is #8F8BFB. Grayscale: #666666. Windows color (decimal): -9407484 or 291952. OLE color: 291952.
HSL color Cylindrical-coordinate representation of color #707404: hue angle of 62.14º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #707404 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 116 | 4 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.55 |
| HSL | 62.14º | 0.93% | 0.24% | - |
| HSV(B) | 62.14º | 0.97% | 0.45% | - |
| XYZ | 12.95 | 15.94 | 2.51 | - |
| YUV | 102.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 4 | 0.03 | 0 | 0.97 | 0.55 | 62.14 | 0.93 | 0.24 |
| Hex | 70 | 74 | 4 | 3 | 0 | 61 | 37 | 3E | 5D | 18 |
| Octal | 160 | 164 | 4 | 3 | 0 | 141 | 67 | 76 | 135 | 30 |
| Binary | 1110000 | 1110100 | 100 | 11 | 0 | 1100001 | 110111 | 111110 | 1011101 | 11000 |
Color Harmonies of #707404
Complementary color
Monochromatic Colors of #707404
Black with #707404
Text Example
Text Example
White with #707404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707404; }
p { color: rgb(112,116,4); }
H1.HeaderClassName
{
color: #707404;
}
.AnyTagClassName
{
color: #707404;
}
</style>
background-color css
<style>
a { background-color: #707404; }
a { background-color: rgb(112,116,4); }
div.DivClassName
{
background-color: #707404;
}
.BgClassName
{
background-color: #707404;
}
</style>
border-color css
<style>
span { border-color: #707404; }
span { border-color: rgb(112,116,4); }
td.TdClassName
{
border-color: #707404;
}
.TagClassName
{
border-color: #707404;
}
</style>