Shades of Camouflage Green #859172
Tints of Camouflage Green #859172
RGB
CMYK
RGB Variations
Color information
#859172 (or 0x859172) is known color: Camouflage Green. HEX triplet: 85, 91 and 72. RGB value is (133,145,114). Sum of RGB (Red+Green+Blue) = 133+145+114=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #859172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859172 is #7A6E8D. Grayscale: #898989. Windows color (decimal): -8023694 or 7508357. OLE color: 7508357.
HSL color Cylindrical-coordinate representation of color #859172: hue angle of 83.23º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #859172 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 114 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.43 |
| HSL | 83.23º | 0.12% | 0.51% | - |
| HSV(B) | 83.23º | 0.21% | 0.57% | - |
| XYZ | 22.84 | 26.45 | 19.82 | - |
| YUV | 137.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 114 | 0.08 | 0 | 0.21 | 0.43 | 83.23 | 0.12 | 0.51 |
| Hex | 85 | 91 | 72 | 8 | 0 | 15 | 2B | 53 | C | 33 |
| Octal | 205 | 221 | 162 | 10 | 0 | 25 | 53 | 123 | 14 | 63 |
| Binary | 10000101 | 10010001 | 1110010 | 1000 | 0 | 10101 | 101011 | 1010011 | 1100 | 110011 |
Color Harmonies of #859172
Complementary color
Monochromatic Colors of #859172
Black with #859172
Text Example
Text Example
White with #859172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859172; }
p { color: rgb(133,145,114); }
H1.HeaderClassName
{
color: #859172;
}
.AnyTagClassName
{
color: #859172;
}
</style>
background-color css
<style>
a { background-color: #859172; }
a { background-color: rgb(133,145,114); }
div.DivClassName
{
background-color: #859172;
}
.BgClassName
{
background-color: #859172;
}
</style>
border-color css
<style>
span { border-color: #859172; }
span { border-color: rgb(133,145,114); }
td.TdClassName
{
border-color: #859172;
}
.TagClassName
{
border-color: #859172;
}
</style>