Shades of Camouflage Green #859179
Tints of Camouflage Green #859179
RGB
CMYK
RGB Variations
Color information
#859179 (or 0x859179) is known color: Camouflage Green. HEX triplet: 85, 91 and 79. RGB value is (133,145,121). Sum of RGB (Red+Green+Blue) = 133+145+121=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 145 - color contains mainly: green. Hex color #859179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859179 is #7A6E86. Grayscale: #8A8A8A. Windows color (decimal): -8023687 or 7967109. OLE color: 7967109.
HSL color Cylindrical-coordinate representation of color #859179: hue angle of 90º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #859179 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 121 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.43 |
| HSL | 90º | 0.1% | 0.52% | - |
| HSV(B) | 90º | 0.17% | 0.57% | - |
| XYZ | 23.25 | 26.62 | 22 | - |
| YUV | 138.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 121 | 0.08 | 0 | 0.17 | 0.43 | 90 | 0.1 | 0.52 |
| Hex | 85 | 91 | 79 | 8 | 0 | 11 | 2B | 5A | A | 34 |
| Octal | 205 | 221 | 171 | 10 | 0 | 21 | 53 | 132 | 12 | 64 |
| Binary | 10000101 | 10010001 | 1111001 | 1000 | 0 | 10001 | 101011 | 1011010 | 1010 | 110100 |
Color Harmonies of #859179
Complementary color
Monochromatic Colors of #859179
Black with #859179
Text Example
Text Example
White with #859179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859179; }
p { color: rgb(133,145,121); }
H1.HeaderClassName
{
color: #859179;
}
.AnyTagClassName
{
color: #859179;
}
</style>
background-color css
<style>
a { background-color: #859179; }
a { background-color: rgb(133,145,121); }
div.DivClassName
{
background-color: #859179;
}
.BgClassName
{
background-color: #859179;
}
</style>
border-color css
<style>
span { border-color: #859179; }
span { border-color: rgb(133,145,121); }
td.TdClassName
{
border-color: #859179;
}
.TagClassName
{
border-color: #859179;
}
</style>