Shades of Camouflage Green #858F74
Tints of Camouflage Green #858F74
RGB
CMYK
RGB Variations
Color information
#858F74 (or 0x858F74) is known color: Camouflage Green. HEX triplet: 85, 8F and 74. RGB value is (133,143,116). Sum of RGB (Red+Green+Blue) = 133+143+116=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 143 - color contains mainly: green. Hex color #858F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858F74 is #7A708B. Grayscale: #898989. Windows color (decimal): -8024204 or 7638917. OLE color: 7638917.
HSL color Cylindrical-coordinate representation of color #858F74: hue angle of 82.22º 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 #858F74 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 143 | 116 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.44 |
| HSL | 82.22º | 0.11% | 0.51% | - |
| HSV(B) | 82.22º | 0.19% | 0.56% | - |
| XYZ | 22.65 | 25.89 | 20.33 | - |
| YUV | 136.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 116 | 0.07 | 0 | 0.19 | 0.44 | 82.22 | 0.11 | 0.51 |
| Hex | 85 | 8F | 74 | 7 | 0 | 13 | 2C | 52 | B | 33 |
| Octal | 205 | 217 | 164 | 7 | 0 | 23 | 54 | 122 | 13 | 63 |
| Binary | 10000101 | 10001111 | 1110100 | 111 | 0 | 10011 | 101100 | 1010010 | 1011 | 110011 |
Color Harmonies of #858F74
Complementary color
Monochromatic Colors of #858F74
Black with #858F74
Text Example
Text Example
White with #858F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F74; }
p { color: rgb(133,143,116); }
H1.HeaderClassName
{
color: #858F74;
}
.AnyTagClassName
{
color: #858F74;
}
</style>
background-color css
<style>
a { background-color: #858F74; }
a { background-color: rgb(133,143,116); }
div.DivClassName
{
background-color: #858F74;
}
.BgClassName
{
background-color: #858F74;
}
</style>
border-color css
<style>
span { border-color: #858F74; }
span { border-color: rgb(133,143,116); }
td.TdClassName
{
border-color: #858F74;
}
.TagClassName
{
border-color: #858F74;
}
</style>