Shades of Camouflage Green #818D71
Tints of Camouflage Green #818D71
RGB
CMYK
RGB Variations
Color information
#818D71 (or 0x818D71) is known color: Camouflage Green. HEX triplet: 81, 8D and 71. RGB value is (129,141,113). Sum of RGB (Red+Green+Blue) = 129+141+113=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 141 - color contains mainly: green. Hex color #818D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818D71 is #7E728E. Grayscale: #868686. Windows color (decimal): -8286863 or 7441793. OLE color: 7441793.
HSL color Cylindrical-coordinate representation of color #818D71: hue angle of 85.71º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #818D71 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 141 | 113 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.45 |
| HSL | 85.71º | 0.11% | 0.5% | - |
| HSV(B) | 85.71º | 0.2% | 0.55% | - |
| XYZ | 21.56 | 24.91 | 19.29 | - |
| YUV | 134.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 113 | 0.09 | 0 | 0.20 | 0.45 | 85.71 | 0.11 | 0.5 |
| Hex | 81 | 8D | 71 | 9 | 0 | 14 | 2D | 56 | B | 32 |
| Octal | 201 | 215 | 161 | 11 | 0 | 24 | 55 | 126 | 13 | 62 |
| Binary | 10000001 | 10001101 | 1110001 | 1001 | 0 | 10100 | 101101 | 1010110 | 1011 | 110010 |
Color Harmonies of #818D71
Complementary color
Monochromatic Colors of #818D71
Black with #818D71
Text Example
Text Example
White with #818D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818D71; }
p { color: rgb(129,141,113); }
H1.HeaderClassName
{
color: #818D71;
}
.AnyTagClassName
{
color: #818D71;
}
</style>
background-color css
<style>
a { background-color: #818D71; }
a { background-color: rgb(129,141,113); }
div.DivClassName
{
background-color: #818D71;
}
.BgClassName
{
background-color: #818D71;
}
</style>
border-color css
<style>
span { border-color: #818D71; }
span { border-color: rgb(129,141,113); }
td.TdClassName
{
border-color: #818D71;
}
.TagClassName
{
border-color: #818D71;
}
</style>