Shades of Camouflage Green #858F7A
Tints of Camouflage Green #858F7A
RGB
CMYK
RGB Variations
Color information
#858F7A (or 0x858F7A) is known color: Camouflage Green. HEX triplet: 85, 8F and 7A. RGB value is (133,143,122). Sum of RGB (Red+Green+Blue) = 133+143+122=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 143 - color contains mainly: green. Hex color #858F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858F7A is #7A7085. Grayscale: #898989. Windows color (decimal): -8024198 or 8032133. OLE color: 8032133.
HSL color Cylindrical-coordinate representation of color #858F7A: hue angle of 88.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #858F7A is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
RGB | 133 | 143 | 122 | - |
CMYK | 0.07 | 0 | 0.15 | 0.44 |
HSL | 88.57º | 0.09% | 0.52% | - |
HSV(B) | 88.57º | 0.15% | 0.56% | - |
XYZ | 23.01 | 26.04 | 22.23 | - |
YUV | 137.62 | 119.19 | 124.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 143 | 122 | 0.07 | 0 | 0.15 | 0.44 | 88.57 | 0.09 | 0.52 |
Hex | 85 | 8F | 7A | 7 | 0 | F | 2C | 59 | 9 | 34 |
Octal | 205 | 217 | 172 | 7 | 0 | 17 | 54 | 131 | 11 | 64 |
Binary | 10000101 | 10001111 | 1111010 | 111 | 0 | 1111 | 101100 | 1011001 | 1001 | 110100 |
Color Harmonies of #858F7A
Complementary color
Monochromatic Colors of #858F7A
Black with #858F7A
Text Example
Text Example
White with #858F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F7A; }
p { color: rgb(133,143,122); }
H1.HeaderClassName
{
color: #858F7A;
}
.AnyTagClassName
{
color: #858F7A;
}
</style>
background-color css
<style>
a { background-color: #858F7A; }
a { background-color: rgb(133,143,122); }
div.DivClassName
{
background-color: #858F7A;
}
.BgClassName
{
background-color: #858F7A;
}
</style>
border-color css
<style>
span { border-color: #858F7A; }
span { border-color: rgb(133,143,122); }
td.TdClassName
{
border-color: #858F7A;
}
.TagClassName
{
border-color: #858F7A;
}
</style>