Shades of Camouflage Green #70786A
Tints of Camouflage Green #70786A
RGB
CMYK
RGB Variations
Color information
#70786A (or 0x70786A) is known color: Camouflage Green. HEX triplet: 70, 78 and 6A. RGB value is (112,120,106). Sum of RGB (Red+Green+Blue) = 112+120+106=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 120 - color contains mainly: green. Hex color #70786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70786A is #8F8795. Grayscale: #747474. Windows color (decimal): -9406358 or 6977648. OLE color: 6977648.
HSL color Cylindrical-coordinate representation of color #70786A: hue angle of 94.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #70786A is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 106 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.53 |
| HSL | 94.29º | 0.06% | 0.44% | - |
| HSV(B) | 94.29º | 0.12% | 0.47% | - |
| XYZ | 16 | 17.92 | 16.25 | - |
| YUV | 116.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 106 | 0.07 | 0 | 0.12 | 0.53 | 94.29 | 0.06 | 0.44 |
| Hex | 70 | 78 | 6A | 7 | 0 | C | 35 | 5E | 6 | 2C |
| Octal | 160 | 170 | 152 | 7 | 0 | 14 | 65 | 136 | 6 | 54 |
| Binary | 1110000 | 1111000 | 1101010 | 111 | 0 | 1100 | 110101 | 1011110 | 110 | 101100 |
Color Harmonies of #70786A
Complementary color
Monochromatic Colors of #70786A
Black with #70786A
Text Example
Text Example
White with #70786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70786A; }
p { color: rgb(112,120,106); }
H1.HeaderClassName
{
color: #70786A;
}
.AnyTagClassName
{
color: #70786A;
}
</style>
background-color css
<style>
a { background-color: #70786A; }
a { background-color: rgb(112,120,106); }
div.DivClassName
{
background-color: #70786A;
}
.BgClassName
{
background-color: #70786A;
}
</style>
border-color css
<style>
span { border-color: #70786A; }
span { border-color: rgb(112,120,106); }
td.TdClassName
{
border-color: #70786A;
}
.TagClassName
{
border-color: #70786A;
}
</style>