Shades of Camouflage Green #859272
Tints of Camouflage Green #859272
RGB
CMYK
RGB Variations
Color information
#859272 (or 0x859272) is known color: Camouflage Green. HEX triplet: 85, 92 and 72. RGB value is (133,146,114). Sum of RGB (Red+Green+Blue) = 133+146+114=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #859272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859272 is #7A6D8D. Grayscale: #8A8A8A. Windows color (decimal): -8023438 or 7508613. OLE color: 7508613.
HSL color Cylindrical-coordinate representation of color #859272: hue angle of 84.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #859272 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 146 | 114 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.43 |
| HSL | 84.38º | 0.13% | 0.51% | - |
| HSV(B) | 84.38º | 0.22% | 0.57% | - |
| XYZ | 22.99 | 26.76 | 19.87 | - |
| YUV | 138.47 | 114.19 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 114 | 0.09 | 0 | 0.22 | 0.43 | 84.38 | 0.13 | 0.51 |
| Hex | 85 | 92 | 72 | 9 | 0 | 16 | 2B | 54 | D | 33 |
| Octal | 205 | 222 | 162 | 11 | 0 | 26 | 53 | 124 | 15 | 63 |
| Binary | 10000101 | 10010010 | 1110010 | 1001 | 0 | 10110 | 101011 | 1010100 | 1101 | 110011 |
Color Harmonies of #859272
Complementary color
Monochromatic Colors of #859272
Black with #859272
Text Example
Text Example
White with #859272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859272; }
p { color: rgb(133,146,114); }
H1.HeaderClassName
{
color: #859272;
}
.AnyTagClassName
{
color: #859272;
}
</style>
background-color css
<style>
a { background-color: #859272; }
a { background-color: rgb(133,146,114); }
div.DivClassName
{
background-color: #859272;
}
.BgClassName
{
background-color: #859272;
}
</style>
border-color css
<style>
span { border-color: #859272; }
span { border-color: rgb(133,146,114); }
td.TdClassName
{
border-color: #859272;
}
.TagClassName
{
border-color: #859272;
}
</style>