Shades of Olive #707E07
Tints of Olive #707E07
RGB
CMYK
RGB Variations
Color information
#707E07 (or 0x707E07) is known color: Olive. HEX triplet: 70, 7E and 07. RGB value is (112,126,7). Sum of RGB (Red+Green+Blue) = 112+126+7=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 126 (49.61% from 255 or 51.43% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 126 - color contains mainly: green. Hex color #707E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707E07 is #8F81F8. Grayscale: #6C6C6C. Windows color (decimal): -9404921 or 491120. OLE color: 491120.
HSL color Cylindrical-coordinate representation of color #707E07: hue angle of 67.06º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #707E07 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 7 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.51 |
| HSL | 67.06º | 0.89% | 0.26% | - |
| HSV(B) | 67.06º | 0.94% | 0.49% | - |
| XYZ | 14.18 | 18.38 | 3 | - |
| YUV | 108.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 7 | 0.11 | 0 | 0.94 | 0.51 | 67.06 | 0.89 | 0.26 |
| Hex | 70 | 7E | 7 | B | 0 | 5E | 33 | 43 | 59 | 1A |
| Octal | 160 | 176 | 7 | 13 | 0 | 136 | 63 | 103 | 131 | 32 |
| Binary | 1110000 | 1111110 | 111 | 1011 | 0 | 1011110 | 110011 | 1000011 | 1011001 | 11010 |
Color Harmonies of #707E07
Complementary color
Monochromatic Colors of #707E07
Black with #707E07
Text Example
Text Example
White with #707E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E07; }
p { color: rgb(112,126,7); }
H1.HeaderClassName
{
color: #707E07;
}
.AnyTagClassName
{
color: #707E07;
}
</style>
background-color css
<style>
a { background-color: #707E07; }
a { background-color: rgb(112,126,7); }
div.DivClassName
{
background-color: #707E07;
}
.BgClassName
{
background-color: #707E07;
}
</style>
border-color css
<style>
span { border-color: #707E07; }
span { border-color: rgb(112,126,7); }
td.TdClassName
{
border-color: #707E07;
}
.TagClassName
{
border-color: #707E07;
}
</style>