Shades of Camouflage Green #70835E
Tints of Camouflage Green #70835E
RGB
CMYK
RGB Variations
Color information
#70835E (or 0x70835E) is known color: Camouflage Green. HEX triplet: 70, 83 and 5E. RGB value is (112,131,94). Sum of RGB (Red+Green+Blue) = 112+131+94=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #70835E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70835E is #8F7CA1. Grayscale: #797979. Windows color (decimal): -9403554 or 6194032. OLE color: 6194032.
HSL color Cylindrical-coordinate representation of color #70835E: hue angle of 90.81º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70835E is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 131 | 94 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.49 |
| HSL | 90.81º | 0.16% | 0.44% | - |
| HSV(B) | 90.81º | 0.28% | 0.51% | - |
| XYZ | 16.82 | 20.49 | 13.66 | - |
| YUV | 121.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 94 | 0.15 | 0 | 0.28 | 0.49 | 90.81 | 0.16 | 0.44 |
| Hex | 70 | 83 | 5E | F | 0 | 1C | 31 | 5B | 10 | 2C |
| Octal | 160 | 203 | 136 | 17 | 0 | 34 | 61 | 133 | 20 | 54 |
| Binary | 1110000 | 10000011 | 1011110 | 1111 | 0 | 11100 | 110001 | 1011011 | 10000 | 101100 |
Color Harmonies of #70835E
Complementary color
Monochromatic Colors of #70835E
Black with #70835E
Text Example
Text Example
White with #70835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70835E; }
p { color: rgb(112,131,94); }
H1.HeaderClassName
{
color: #70835E;
}
.AnyTagClassName
{
color: #70835E;
}
</style>
background-color css
<style>
a { background-color: #70835E; }
a { background-color: rgb(112,131,94); }
div.DivClassName
{
background-color: #70835E;
}
.BgClassName
{
background-color: #70835E;
}
</style>
border-color css
<style>
span { border-color: #70835E; }
span { border-color: rgb(112,131,94); }
td.TdClassName
{
border-color: #70835E;
}
.TagClassName
{
border-color: #70835E;
}
</style>