Shades of Camouflage Green #859176
Tints of Camouflage Green #859176
RGB
CMYK
RGB Variations
Color information
#859176 (or 0x859176) is known color: Camouflage Green. HEX triplet: 85, 91 and 76. RGB value is (133,145,118). Sum of RGB (Red+Green+Blue) = 133+145+118=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 145 - color contains mainly: green. Hex color #859176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859176 is #7A6E89. Grayscale: #8A8A8A. Windows color (decimal): -8023690 or 7770501. OLE color: 7770501.
HSL color Cylindrical-coordinate representation of color #859176: hue angle of 86.67º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #859176 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 118 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.43 |
| HSL | 86.67º | 0.11% | 0.52% | - |
| HSV(B) | 86.67º | 0.19% | 0.57% | - |
| XYZ | 23.07 | 26.55 | 21.05 | - |
| YUV | 138.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 118 | 0.08 | 0 | 0.19 | 0.43 | 86.67 | 0.11 | 0.52 |
| Hex | 85 | 91 | 76 | 8 | 0 | 13 | 2B | 57 | B | 34 |
| Octal | 205 | 221 | 166 | 10 | 0 | 23 | 53 | 127 | 13 | 64 |
| Binary | 10000101 | 10010001 | 1110110 | 1000 | 0 | 10011 | 101011 | 1010111 | 1011 | 110100 |
Color Harmonies of #859176
Complementary color
Monochromatic Colors of #859176
Black with #859176
Text Example
Text Example
White with #859176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859176; }
p { color: rgb(133,145,118); }
H1.HeaderClassName
{
color: #859176;
}
.AnyTagClassName
{
color: #859176;
}
</style>
background-color css
<style>
a { background-color: #859176; }
a { background-color: rgb(133,145,118); }
div.DivClassName
{
background-color: #859176;
}
.BgClassName
{
background-color: #859176;
}
</style>
border-color css
<style>
span { border-color: #859176; }
span { border-color: rgb(133,145,118); }
td.TdClassName
{
border-color: #859176;
}
.TagClassName
{
border-color: #859176;
}
</style>