Shades of Camouflage Green #707D68
Tints of Camouflage Green #707D68
RGB
CMYK
RGB Variations
Color information
#707D68 (or 0x707D68) is known color: Camouflage Green. HEX triplet: 70, 7D and 68. RGB value is (112,125,104). Sum of RGB (Red+Green+Blue) = 112+125+104=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 125 - color contains mainly: green. Hex color #707D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D68 is #8F8297. Grayscale: #767676. Windows color (decimal): -9405080 or 6847856. OLE color: 6847856.
HSL color Cylindrical-coordinate representation of color #707D68: hue angle of 97.14º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #707D68 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 125 | 104 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.51 |
| HSL | 97.14º | 0.09% | 0.45% | - |
| HSV(B) | 97.14º | 0.17% | 0.49% | - |
| XYZ | 16.51 | 19.11 | 15.92 | - |
| YUV | 118.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 104 | 0.10 | 0 | 0.17 | 0.51 | 97.14 | 0.09 | 0.45 |
| Hex | 70 | 7D | 68 | A | 0 | 11 | 33 | 61 | 9 | 2D |
| Octal | 160 | 175 | 150 | 12 | 0 | 21 | 63 | 141 | 11 | 55 |
| Binary | 1110000 | 1111101 | 1101000 | 1010 | 0 | 10001 | 110011 | 1100001 | 1001 | 101101 |
Color Harmonies of #707D68
Complementary color
Monochromatic Colors of #707D68
Black with #707D68
Text Example
Text Example
White with #707D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D68; }
p { color: rgb(112,125,104); }
H1.HeaderClassName
{
color: #707D68;
}
.AnyTagClassName
{
color: #707D68;
}
</style>
background-color css
<style>
a { background-color: #707D68; }
a { background-color: rgb(112,125,104); }
div.DivClassName
{
background-color: #707D68;
}
.BgClassName
{
background-color: #707D68;
}
</style>
border-color css
<style>
span { border-color: #707D68; }
span { border-color: rgb(112,125,104); }
td.TdClassName
{
border-color: #707D68;
}
.TagClassName
{
border-color: #707D68;
}
</style>