Shades of Camouflage Green #859075
Tints of Camouflage Green #859075
RGB
CMYK
RGB Variations
Color information
#859075 (or 0x859075) is known color: Camouflage Green. HEX triplet: 85, 90 and 75. RGB value is (133,144,117). Sum of RGB (Red+Green+Blue) = 133+144+117=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #859075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859075 is #7A6F8A. Grayscale: #898989. Windows color (decimal): -8023947 or 7704709. OLE color: 7704709.
HSL color Cylindrical-coordinate representation of color #859075: hue angle of 84.44º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #859075 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 144 | 117 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.44 |
| HSL | 84.44º | 0.11% | 0.51% | - |
| HSV(B) | 84.44º | 0.19% | 0.56% | - |
| XYZ | 22.86 | 26.22 | 20.69 | - |
| YUV | 137.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 117 | 0.08 | 0 | 0.19 | 0.44 | 84.44 | 0.11 | 0.51 |
| Hex | 85 | 90 | 75 | 8 | 0 | 13 | 2C | 54 | B | 33 |
| Octal | 205 | 220 | 165 | 10 | 0 | 23 | 54 | 124 | 13 | 63 |
| Binary | 10000101 | 10010000 | 1110101 | 1000 | 0 | 10011 | 101100 | 1010100 | 1011 | 110011 |
Color Harmonies of #859075
Complementary color
Monochromatic Colors of #859075
Black with #859075
Text Example
Text Example
White with #859075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859075; }
p { color: rgb(133,144,117); }
H1.HeaderClassName
{
color: #859075;
}
.AnyTagClassName
{
color: #859075;
}
</style>
background-color css
<style>
a { background-color: #859075; }
a { background-color: rgb(133,144,117); }
div.DivClassName
{
background-color: #859075;
}
.BgClassName
{
background-color: #859075;
}
</style>
border-color css
<style>
span { border-color: #859075; }
span { border-color: rgb(133,144,117); }
td.TdClassName
{
border-color: #859075;
}
.TagClassName
{
border-color: #859075;
}
</style>