Shades of Camouflage Green #71845D
Tints of Camouflage Green #71845D
RGB
CMYK
RGB Variations
Color information
#71845D (or 0x71845D) is known color: Camouflage Green. HEX triplet: 71, 84 and 5D. RGB value is (113,132,93). Sum of RGB (Red+Green+Blue) = 113+132+93=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #71845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71845D is #8E7BA2. Grayscale: #7A7A7A. Windows color (decimal): -9337763 or 6128753. OLE color: 6128753.
HSL color Cylindrical-coordinate representation of color #71845D: hue angle of 89.23º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71845D is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 132 | 93 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.48 |
| HSL | 89.23º | 0.17% | 0.44% | - |
| HSV(B) | 89.23º | 0.3% | 0.52% | - |
| XYZ | 17.04 | 20.8 | 13.47 | - |
| YUV | 121.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 93 | 0.14 | 0 | 0.30 | 0.48 | 89.23 | 0.17 | 0.44 |
| Hex | 71 | 84 | 5D | E | 0 | 1E | 30 | 59 | 11 | 2C |
| Octal | 161 | 204 | 135 | 16 | 0 | 36 | 60 | 131 | 21 | 54 |
| Binary | 1110001 | 10000100 | 1011101 | 1110 | 0 | 11110 | 110000 | 1011001 | 10001 | 101100 |
Color Harmonies of #71845D
Complementary color
Monochromatic Colors of #71845D
Black with #71845D
Text Example
Text Example
White with #71845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71845D; }
p { color: rgb(113,132,93); }
H1.HeaderClassName
{
color: #71845D;
}
.AnyTagClassName
{
color: #71845D;
}
</style>
background-color css
<style>
a { background-color: #71845D; }
a { background-color: rgb(113,132,93); }
div.DivClassName
{
background-color: #71845D;
}
.BgClassName
{
background-color: #71845D;
}
</style>
border-color css
<style>
span { border-color: #71845D; }
span { border-color: rgb(113,132,93); }
td.TdClassName
{
border-color: #71845D;
}
.TagClassName
{
border-color: #71845D;
}
</style>