Shades of Camouflage Green #70855C
Tints of Camouflage Green #70855C
RGB
CMYK
RGB Variations
Color information
#70855C (or 0x70855C) is known color: Camouflage Green. HEX triplet: 70, 85 and 5C. RGB value is (112,133,92). Sum of RGB (Red+Green+Blue) = 112+133+92=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #70855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70855C is #8F7AA3. Grayscale: #7A7A7A. Windows color (decimal): -9403044 or 6063472. OLE color: 6063472.
HSL color Cylindrical-coordinate representation of color #70855C: hue angle of 90.73º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70855C is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 92 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.48 |
| HSL | 90.73º | 0.18% | 0.44% | - |
| HSV(B) | 90.73º | 0.31% | 0.52% | - |
| XYZ | 17 | 20.99 | 13.28 | - |
| YUV | 122.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 92 | 0.16 | 0 | 0.31 | 0.48 | 90.73 | 0.18 | 0.44 |
| Hex | 70 | 85 | 5C | 10 | 0 | 1F | 30 | 5B | 12 | 2C |
| Octal | 160 | 205 | 134 | 20 | 0 | 37 | 60 | 133 | 22 | 54 |
| Binary | 1110000 | 10000101 | 1011100 | 10000 | 0 | 11111 | 110000 | 1011011 | 10010 | 101100 |
Color Harmonies of #70855C
Complementary color
Monochromatic Colors of #70855C
Black with #70855C
Text Example
Text Example
White with #70855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70855C; }
p { color: rgb(112,133,92); }
H1.HeaderClassName
{
color: #70855C;
}
.AnyTagClassName
{
color: #70855C;
}
</style>
background-color css
<style>
a { background-color: #70855C; }
a { background-color: rgb(112,133,92); }
div.DivClassName
{
background-color: #70855C;
}
.BgClassName
{
background-color: #70855C;
}
</style>
border-color css
<style>
span { border-color: #70855C; }
span { border-color: rgb(112,133,92); }
td.TdClassName
{
border-color: #70855C;
}
.TagClassName
{
border-color: #70855C;
}
</style>