Shades of Camouflage Green #76845D
Tints of Camouflage Green #76845D
RGB
CMYK
RGB Variations
Color information
#76845D (or 0x76845D) is known color: Camouflage Green. HEX triplet: 76, 84 and 5D. RGB value is (118,132,93). Sum of RGB (Red+Green+Blue) = 118+132+93=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #76845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76845D is #897BA2. Grayscale: #7B7B7B. Windows color (decimal): -9010083 or 6128758. OLE color: 6128758.
HSL color Cylindrical-coordinate representation of color #76845D: hue angle of 81.54º 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 #76845D is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 132 | 93 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.48 |
| HSL | 81.54º | 0.17% | 0.44% | - |
| HSV(B) | 81.54º | 0.3% | 0.52% | - |
| XYZ | 17.7 | 21.14 | 13.5 | - |
| YUV | 123.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 93 | 0.11 | 0 | 0.30 | 0.48 | 81.54 | 0.17 | 0.44 |
| Hex | 76 | 84 | 5D | B | 0 | 1E | 30 | 52 | 11 | 2C |
| Octal | 166 | 204 | 135 | 13 | 0 | 36 | 60 | 122 | 21 | 54 |
| Binary | 1110110 | 10000100 | 1011101 | 1011 | 0 | 11110 | 110000 | 1010010 | 10001 | 101100 |
Color Harmonies of #76845D
Complementary color
Monochromatic Colors of #76845D
Black with #76845D
Text Example
Text Example
White with #76845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76845D; }
p { color: rgb(118,132,93); }
H1.HeaderClassName
{
color: #76845D;
}
.AnyTagClassName
{
color: #76845D;
}
</style>
background-color css
<style>
a { background-color: #76845D; }
a { background-color: rgb(118,132,93); }
div.DivClassName
{
background-color: #76845D;
}
.BgClassName
{
background-color: #76845D;
}
</style>
border-color css
<style>
span { border-color: #76845D; }
span { border-color: rgb(118,132,93); }
td.TdClassName
{
border-color: #76845D;
}
.TagClassName
{
border-color: #76845D;
}
</style>