Shades of Camouflage Green #70845F
Tints of Camouflage Green #70845F
RGB
CMYK
RGB Variations
Color information
#70845F (or 0x70845F) is known color: Camouflage Green. HEX triplet: 70, 84 and 5F. RGB value is (112,132,95). Sum of RGB (Red+Green+Blue) = 112+132+95=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #70845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70845F is #8F7BA0. Grayscale: #797979. Windows color (decimal): -9403297 or 6259824. OLE color: 6259824.
HSL color Cylindrical-coordinate representation of color #70845F: hue angle of 92.43º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70845F is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 132 | 95 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.48 |
| HSL | 92.43º | 0.16% | 0.45% | - |
| HSV(B) | 92.43º | 0.28% | 0.52% | - |
| XYZ | 17 | 20.77 | 13.94 | - |
| YUV | 121.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 132 | 95 | 0.15 | 0 | 0.28 | 0.48 | 92.43 | 0.16 | 0.45 |
| Hex | 70 | 84 | 5F | F | 0 | 1C | 30 | 5C | 10 | 2D |
| Octal | 160 | 204 | 137 | 17 | 0 | 34 | 60 | 134 | 20 | 55 |
| Binary | 1110000 | 10000100 | 1011111 | 1111 | 0 | 11100 | 110000 | 1011100 | 10000 | 101101 |
Color Harmonies of #70845F
Complementary color
Monochromatic Colors of #70845F
Black with #70845F
Text Example
Text Example
White with #70845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70845F; }
p { color: rgb(112,132,95); }
H1.HeaderClassName
{
color: #70845F;
}
.AnyTagClassName
{
color: #70845F;
}
</style>
background-color css
<style>
a { background-color: #70845F; }
a { background-color: rgb(112,132,95); }
div.DivClassName
{
background-color: #70845F;
}
.BgClassName
{
background-color: #70845F;
}
</style>
border-color css
<style>
span { border-color: #70845F; }
span { border-color: rgb(112,132,95); }
td.TdClassName
{
border-color: #70845F;
}
.TagClassName
{
border-color: #70845F;
}
</style>