Shades of Camouflage Green #70885F
Tints of Camouflage Green #70885F
RGB
CMYK
RGB Variations
Color information
#70885F (or 0x70885F) is known color: Camouflage Green. HEX triplet: 70, 88 and 5F. RGB value is (112,136,95). Sum of RGB (Red+Green+Blue) = 112+136+95=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #70885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70885F is #8F77A0. Grayscale: #7C7C7C. Windows color (decimal): -9402273 or 6260848. OLE color: 6260848.
HSL color Cylindrical-coordinate representation of color #70885F: hue angle of 95.12º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70885F is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 136 | 95 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.47 |
| HSL | 95.12º | 0.18% | 0.45% | - |
| HSV(B) | 95.12º | 0.3% | 0.53% | - |
| XYZ | 17.55 | 21.88 | 14.12 | - |
| YUV | 124.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 95 | 0.18 | 0 | 0.30 | 0.47 | 95.12 | 0.18 | 0.45 |
| Hex | 70 | 88 | 5F | 12 | 0 | 1E | 2F | 5F | 12 | 2D |
| Octal | 160 | 210 | 137 | 22 | 0 | 36 | 57 | 137 | 22 | 55 |
| Binary | 1110000 | 10001000 | 1011111 | 10010 | 0 | 11110 | 101111 | 1011111 | 10010 | 101101 |
Color Harmonies of #70885F
Complementary color
Monochromatic Colors of #70885F
Black with #70885F
Text Example
Text Example
White with #70885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70885F; }
p { color: rgb(112,136,95); }
H1.HeaderClassName
{
color: #70885F;
}
.AnyTagClassName
{
color: #70885F;
}
</style>
background-color css
<style>
a { background-color: #70885F; }
a { background-color: rgb(112,136,95); }
div.DivClassName
{
background-color: #70885F;
}
.BgClassName
{
background-color: #70885F;
}
</style>
border-color css
<style>
span { border-color: #70885F; }
span { border-color: rgb(112,136,95); }
td.TdClassName
{
border-color: #70885F;
}
.TagClassName
{
border-color: #70885F;
}
</style>