Shades of Camouflage Green #707D66
Tints of Camouflage Green #707D66
RGB
CMYK
RGB Variations
Color information
#707D66 (or 0x707D66) is known color: Camouflage Green. HEX triplet: 70, 7D and 66. RGB value is (112,125,102). Sum of RGB (Red+Green+Blue) = 112+125+102=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 125 - color contains mainly: green. Hex color #707D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D66 is #8F8299. Grayscale: #767676. Windows color (decimal): -9405082 or 6716784. OLE color: 6716784.
HSL color Cylindrical-coordinate representation of color #707D66: hue angle of 93.91º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #707D66 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 125 | 102 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.51 |
| HSL | 93.91º | 0.1% | 0.45% | - |
| HSV(B) | 93.91º | 0.18% | 0.49% | - |
| XYZ | 16.41 | 19.07 | 15.39 | - |
| YUV | 118.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 102 | 0.10 | 0 | 0.18 | 0.51 | 93.91 | 0.1 | 0.45 |
| Hex | 70 | 7D | 66 | A | 0 | 12 | 33 | 5E | A | 2D |
| Octal | 160 | 175 | 146 | 12 | 0 | 22 | 63 | 136 | 12 | 55 |
| Binary | 1110000 | 1111101 | 1100110 | 1010 | 0 | 10010 | 110011 | 1011110 | 1010 | 101101 |
Color Harmonies of #707D66
Complementary color
Monochromatic Colors of #707D66
Black with #707D66
Text Example
Text Example
White with #707D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D66; }
p { color: rgb(112,125,102); }
H1.HeaderClassName
{
color: #707D66;
}
.AnyTagClassName
{
color: #707D66;
}
</style>
background-color css
<style>
a { background-color: #707D66; }
a { background-color: rgb(112,125,102); }
div.DivClassName
{
background-color: #707D66;
}
.BgClassName
{
background-color: #707D66;
}
</style>
border-color css
<style>
span { border-color: #707D66; }
span { border-color: rgb(112,125,102); }
td.TdClassName
{
border-color: #707D66;
}
.TagClassName
{
border-color: #707D66;
}
</style>