Shades of Olive #707605
Tints of Olive #707605
RGB
CMYK
RGB Variations
Color information
#707605 (or 0x707605) is known color: Olive. HEX triplet: 70, 76 and 05. RGB value is (112,118,5). Sum of RGB (Red+Green+Blue) = 112+118+5=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #707605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707605 is #8F89FA. Grayscale: #676767. Windows color (decimal): -9406971 or 358000. OLE color: 358000.
HSL color Cylindrical-coordinate representation of color #707605: hue angle of 63.19º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #707605 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 5 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.54 |
| HSL | 63.19º | 0.92% | 0.24% | - |
| HSV(B) | 63.19º | 0.96% | 0.46% | - |
| XYZ | 13.19 | 16.41 | 2.62 | - |
| YUV | 103.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 5 | 0.05 | 0 | 0.96 | 0.54 | 63.19 | 0.92 | 0.24 |
| Hex | 70 | 76 | 5 | 5 | 0 | 60 | 36 | 3F | 5C | 18 |
| Octal | 160 | 166 | 5 | 5 | 0 | 140 | 66 | 77 | 134 | 30 |
| Binary | 1110000 | 1110110 | 101 | 101 | 0 | 1100000 | 110110 | 111111 | 1011100 | 11000 |
Color Harmonies of #707605
Complementary color
Monochromatic Colors of #707605
Black with #707605
Text Example
Text Example
White with #707605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707605; }
p { color: rgb(112,118,5); }
H1.HeaderClassName
{
color: #707605;
}
.AnyTagClassName
{
color: #707605;
}
</style>
background-color css
<style>
a { background-color: #707605; }
a { background-color: rgb(112,118,5); }
div.DivClassName
{
background-color: #707605;
}
.BgClassName
{
background-color: #707605;
}
</style>
border-color css
<style>
span { border-color: #707605; }
span { border-color: rgb(112,118,5); }
td.TdClassName
{
border-color: #707605;
}
.TagClassName
{
border-color: #707605;
}
</style>