Shades of Camouflage Green #707E66
Tints of Camouflage Green #707E66
RGB
CMYK
RGB Variations
Color information
#707E66 (or 0x707E66) is known color: Camouflage Green. HEX triplet: 70, 7E and 66. RGB value is (112,126,102). Sum of RGB (Red+Green+Blue) = 112+126+102=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 126 - color contains mainly: green. Hex color #707E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E66 is #8F8199. Grayscale: #777777. Windows color (decimal): -9404826 or 6717040. OLE color: 6717040.
HSL color Cylindrical-coordinate representation of color #707E66: hue angle of 95º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #707E66 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 102 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.51 |
| HSL | 95º | 0.11% | 0.45% | - |
| HSV(B) | 95º | 0.19% | 0.49% | - |
| XYZ | 16.54 | 19.33 | 15.43 | - |
| YUV | 119.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 102 | 0.11 | 0 | 0.19 | 0.51 | 95 | 0.11 | 0.45 |
| Hex | 70 | 7E | 66 | B | 0 | 13 | 33 | 5F | B | 2D |
| Octal | 160 | 176 | 146 | 13 | 0 | 23 | 63 | 137 | 13 | 55 |
| Binary | 1110000 | 1111110 | 1100110 | 1011 | 0 | 10011 | 110011 | 1011111 | 1011 | 101101 |
Color Harmonies of #707E66
Complementary color
Monochromatic Colors of #707E66
Black with #707E66
Text Example
Text Example
White with #707E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E66; }
p { color: rgb(112,126,102); }
H1.HeaderClassName
{
color: #707E66;
}
.AnyTagClassName
{
color: #707E66;
}
</style>
background-color css
<style>
a { background-color: #707E66; }
a { background-color: rgb(112,126,102); }
div.DivClassName
{
background-color: #707E66;
}
.BgClassName
{
background-color: #707E66;
}
</style>
border-color css
<style>
span { border-color: #707E66; }
span { border-color: rgb(112,126,102); }
td.TdClassName
{
border-color: #707E66;
}
.TagClassName
{
border-color: #707E66;
}
</style>