Shades of Camouflage Green #76845E
Tints of Camouflage Green #76845E
RGB
CMYK
RGB Variations
Color information
#76845E (or 0x76845E) is known color: Camouflage Green. HEX triplet: 76, 84 and 5E. RGB value is (118,132,94). Sum of RGB (Red+Green+Blue) = 118+132+94=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #76845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76845E is #897BA1. Grayscale: #7B7B7B. Windows color (decimal): -9010082 or 6194294. OLE color: 6194294.
HSL color Cylindrical-coordinate representation of color #76845E: hue angle of 82.11º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76845E is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 132 | 94 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.48 |
| HSL | 82.11º | 0.17% | 0.44% | - |
| HSV(B) | 82.11º | 0.29% | 0.52% | - |
| XYZ | 17.74 | 21.16 | 13.74 | - |
| YUV | 123.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 94 | 0.11 | 0 | 0.29 | 0.48 | 82.11 | 0.17 | 0.44 |
| Hex | 76 | 84 | 5E | B | 0 | 1D | 30 | 52 | 11 | 2C |
| Octal | 166 | 204 | 136 | 13 | 0 | 35 | 60 | 122 | 21 | 54 |
| Binary | 1110110 | 10000100 | 1011110 | 1011 | 0 | 11101 | 110000 | 1010010 | 10001 | 101100 |
Color Harmonies of #76845E
Complementary color
Monochromatic Colors of #76845E
Black with #76845E
Text Example
Text Example
White with #76845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76845E; }
p { color: rgb(118,132,94); }
H1.HeaderClassName
{
color: #76845E;
}
.AnyTagClassName
{
color: #76845E;
}
</style>
background-color css
<style>
a { background-color: #76845E; }
a { background-color: rgb(118,132,94); }
div.DivClassName
{
background-color: #76845E;
}
.BgClassName
{
background-color: #76845E;
}
</style>
border-color css
<style>
span { border-color: #76845E; }
span { border-color: rgb(118,132,94); }
td.TdClassName
{
border-color: #76845E;
}
.TagClassName
{
border-color: #76845E;
}
</style>