Shades of Camouflage Green #858E78
Tints of Camouflage Green #858E78
RGB
CMYK
RGB Variations
Color information
#858E78 (or 0x858E78) is known color: Camouflage Green. HEX triplet: 85, 8E and 78. RGB value is (133,142,120). Sum of RGB (Red+Green+Blue) = 133+142+120=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 142 - color contains mainly: green. Hex color #858E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E78 is #7A7187. Grayscale: #888888. Windows color (decimal): -8024456 or 7900805. OLE color: 7900805.
HSL color Cylindrical-coordinate representation of color #858E78: hue angle of 84.55º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #858E78 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 120 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.44 |
| HSL | 84.55º | 0.09% | 0.51% | - |
| HSV(B) | 84.55º | 0.15% | 0.56% | - |
| XYZ | 22.74 | 25.69 | 21.53 | - |
| YUV | 136.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 120 | 0.06 | 0 | 0.15 | 0.44 | 84.55 | 0.09 | 0.51 |
| Hex | 85 | 8E | 78 | 6 | 0 | F | 2C | 55 | 9 | 33 |
| Octal | 205 | 216 | 170 | 6 | 0 | 17 | 54 | 125 | 11 | 63 |
| Binary | 10000101 | 10001110 | 1111000 | 110 | 0 | 1111 | 101100 | 1010101 | 1001 | 110011 |
Color Harmonies of #858E78
Complementary color
Monochromatic Colors of #858E78
Black with #858E78
Text Example
Text Example
White with #858E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E78; }
p { color: rgb(133,142,120); }
H1.HeaderClassName
{
color: #858E78;
}
.AnyTagClassName
{
color: #858E78;
}
</style>
background-color css
<style>
a { background-color: #858E78; }
a { background-color: rgb(133,142,120); }
div.DivClassName
{
background-color: #858E78;
}
.BgClassName
{
background-color: #858E78;
}
</style>
border-color css
<style>
span { border-color: #858E78; }
span { border-color: rgb(133,142,120); }
td.TdClassName
{
border-color: #858E78;
}
.TagClassName
{
border-color: #858E78;
}
</style>