Shades of Camouflage Green #858F76
Tints of Camouflage Green #858F76
RGB
CMYK
RGB Variations
Color information
#858F76 (or 0x858F76) is known color: Camouflage Green. HEX triplet: 85, 8F and 76. RGB value is (133,143,118). Sum of RGB (Red+Green+Blue) = 133+143+118=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 143 - color contains mainly: green. Hex color #858F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858F76 is #7A7089. Grayscale: #898989. Windows color (decimal): -8024202 or 7769989. OLE color: 7769989.
HSL color Cylindrical-coordinate representation of color #858F76: hue angle of 84º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #858F76 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 143 | 118 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.44 |
| HSL | 84º | 0.1% | 0.51% | - |
| HSV(B) | 84º | 0.17% | 0.56% | - |
| XYZ | 22.77 | 25.94 | 20.95 | - |
| YUV | 137.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 118 | 0.07 | 0 | 0.17 | 0.44 | 84 | 0.1 | 0.51 |
| Hex | 85 | 8F | 76 | 7 | 0 | 11 | 2C | 54 | A | 33 |
| Octal | 205 | 217 | 166 | 7 | 0 | 21 | 54 | 124 | 12 | 63 |
| Binary | 10000101 | 10001111 | 1110110 | 111 | 0 | 10001 | 101100 | 1010100 | 1010 | 110011 |
Color Harmonies of #858F76
Complementary color
Monochromatic Colors of #858F76
Black with #858F76
Text Example
Text Example
White with #858F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F76; }
p { color: rgb(133,143,118); }
H1.HeaderClassName
{
color: #858F76;
}
.AnyTagClassName
{
color: #858F76;
}
</style>
background-color css
<style>
a { background-color: #858F76; }
a { background-color: rgb(133,143,118); }
div.DivClassName
{
background-color: #858F76;
}
.BgClassName
{
background-color: #858F76;
}
</style>
border-color css
<style>
span { border-color: #858F76; }
span { border-color: rgb(133,143,118); }
td.TdClassName
{
border-color: #858F76;
}
.TagClassName
{
border-color: #858F76;
}
</style>