Shades of Camouflage Green #859070
Tints of Camouflage Green #859070
RGB
CMYK
RGB Variations
Color information
#859070 (or 0x859070) is known color: Camouflage Green. HEX triplet: 85, 90 and 70. RGB value is (133,144,112). Sum of RGB (Red+Green+Blue) = 133+144+112=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #859070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859070 is #7A6F8F. Grayscale: #898989. Windows color (decimal): -8023952 or 7377029. OLE color: 7377029.
HSL color Cylindrical-coordinate representation of color #859070: hue angle of 80.62º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #859070 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 144 | 112 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.44 |
| HSL | 80.63º | 0.13% | 0.5% | - |
| HSV(B) | 80.63º | 0.22% | 0.56% | - |
| XYZ | 22.57 | 26.1 | 19.18 | - |
| YUV | 137.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 112 | 0.08 | 0 | 0.22 | 0.44 | 80.63 | 0.13 | 0.5 |
| Hex | 85 | 90 | 70 | 8 | 0 | 16 | 2C | 51 | D | 32 |
| Octal | 205 | 220 | 160 | 10 | 0 | 26 | 54 | 121 | 15 | 62 |
| Binary | 10000101 | 10010000 | 1110000 | 1000 | 0 | 10110 | 101100 | 1010001 | 1101 | 110010 |
Color Harmonies of #859070
Complementary color
Monochromatic Colors of #859070
Black with #859070
Text Example
Text Example
White with #859070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859070; }
p { color: rgb(133,144,112); }
H1.HeaderClassName
{
color: #859070;
}
.AnyTagClassName
{
color: #859070;
}
</style>
background-color css
<style>
a { background-color: #859070; }
a { background-color: rgb(133,144,112); }
div.DivClassName
{
background-color: #859070;
}
.BgClassName
{
background-color: #859070;
}
</style>
border-color css
<style>
span { border-color: #859070; }
span { border-color: rgb(133,144,112); }
td.TdClassName
{
border-color: #859070;
}
.TagClassName
{
border-color: #859070;
}
</style>