Shades of Camouflage Green #76855E
Tints of Camouflage Green #76855E
RGB
CMYK
RGB Variations
Color information
#76855E (or 0x76855E) is known color: Camouflage Green. HEX triplet: 76, 85 and 5E. RGB value is (118,133,94). Sum of RGB (Red+Green+Blue) = 118+133+94=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #76855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76855E is #897AA1. Grayscale: #7C7C7C. Windows color (decimal): -9009826 or 6194550. OLE color: 6194550.
HSL color Cylindrical-coordinate representation of color #76855E: hue angle of 83.08º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76855E is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 133 | 94 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.48 |
| HSL | 83.08º | 0.17% | 0.45% | - |
| HSV(B) | 83.08º | 0.29% | 0.52% | - |
| XYZ | 17.88 | 21.43 | 13.78 | - |
| YUV | 124.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 94 | 0.11 | 0 | 0.29 | 0.48 | 83.08 | 0.17 | 0.45 |
| Hex | 76 | 85 | 5E | B | 0 | 1D | 30 | 53 | 11 | 2D |
| Octal | 166 | 205 | 136 | 13 | 0 | 35 | 60 | 123 | 21 | 55 |
| Binary | 1110110 | 10000101 | 1011110 | 1011 | 0 | 11101 | 110000 | 1010011 | 10001 | 101101 |
Color Harmonies of #76855E
Complementary color
Monochromatic Colors of #76855E
Black with #76855E
Text Example
Text Example
White with #76855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76855E; }
p { color: rgb(118,133,94); }
H1.HeaderClassName
{
color: #76855E;
}
.AnyTagClassName
{
color: #76855E;
}
</style>
background-color css
<style>
a { background-color: #76855E; }
a { background-color: rgb(118,133,94); }
div.DivClassName
{
background-color: #76855E;
}
.BgClassName
{
background-color: #76855E;
}
</style>
border-color css
<style>
span { border-color: #76855E; }
span { border-color: rgb(118,133,94); }
td.TdClassName
{
border-color: #76855E;
}
.TagClassName
{
border-color: #76855E;
}
</style>