Shades of Olive #707604
Tints of Olive #707604
RGB
CMYK
RGB Variations
Color information
#707604 (or 0x707604) is known color: Olive. HEX triplet: 70, 76 and 04. RGB value is (112,118,4). Sum of RGB (Red+Green+Blue) = 112+118+4=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #707604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707604 is #8F89FB. Grayscale: #676767. Windows color (decimal): -9406972 or 292464. OLE color: 292464.
HSL color Cylindrical-coordinate representation of color #707604: hue angle of 63.16º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #707604 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 4 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.54 |
| HSL | 63.16º | 0.93% | 0.24% | - |
| HSV(B) | 63.16º | 0.97% | 0.46% | - |
| XYZ | 13.18 | 16.41 | 2.59 | - |
| YUV | 103.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 4 | 0.05 | 0 | 0.97 | 0.54 | 63.16 | 0.93 | 0.24 |
| Hex | 70 | 76 | 4 | 5 | 0 | 61 | 36 | 3F | 5D | 18 |
| Octal | 160 | 166 | 4 | 5 | 0 | 141 | 66 | 77 | 135 | 30 |
| Binary | 1110000 | 1110110 | 100 | 101 | 0 | 1100001 | 110110 | 111111 | 1011101 | 11000 |
Color Harmonies of #707604
Complementary color
Monochromatic Colors of #707604
Black with #707604
Text Example
Text Example
White with #707604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707604; }
p { color: rgb(112,118,4); }
H1.HeaderClassName
{
color: #707604;
}
.AnyTagClassName
{
color: #707604;
}
</style>
background-color css
<style>
a { background-color: #707604; }
a { background-color: rgb(112,118,4); }
div.DivClassName
{
background-color: #707604;
}
.BgClassName
{
background-color: #707604;
}
</style>
border-color css
<style>
span { border-color: #707604; }
span { border-color: rgb(112,118,4); }
td.TdClassName
{
border-color: #707604;
}
.TagClassName
{
border-color: #707604;
}
</style>