Shades of Camouflage Green #76886A
Tints of Camouflage Green #76886A
RGB
CMYK
RGB Variations
Color information
#76886A (or 0x76886A) is known color: Camouflage Green. HEX triplet: 76, 88 and 6A. RGB value is (118,136,106). Sum of RGB (Red+Green+Blue) = 118+136+106=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 136 - color contains mainly: green. Hex color #76886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76886A is #897795. Grayscale: #7F7F7F. Windows color (decimal): -9009046 or 6981750. OLE color: 6981750.
HSL color Cylindrical-coordinate representation of color #76886A: hue angle of 96º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76886A is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 136 | 106 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.47 |
| HSL | 96º | 0.12% | 0.47% | - |
| HSV(B) | 96º | 0.22% | 0.53% | - |
| XYZ | 18.88 | 22.5 | 16.98 | - |
| YUV | 127.2 | 116.04 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 106 | 0.13 | 0 | 0.22 | 0.47 | 96 | 0.12 | 0.47 |
| Hex | 76 | 88 | 6A | D | 0 | 16 | 2F | 60 | C | 2F |
| Octal | 166 | 210 | 152 | 15 | 0 | 26 | 57 | 140 | 14 | 57 |
| Binary | 1110110 | 10001000 | 1101010 | 1101 | 0 | 10110 | 101111 | 1100000 | 1100 | 101111 |
Color Harmonies of #76886A
Complementary color
Monochromatic Colors of #76886A
Black with #76886A
Text Example
Text Example
White with #76886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76886A; }
p { color: rgb(118,136,106); }
H1.HeaderClassName
{
color: #76886A;
}
.AnyTagClassName
{
color: #76886A;
}
</style>
background-color css
<style>
a { background-color: #76886A; }
a { background-color: rgb(118,136,106); }
div.DivClassName
{
background-color: #76886A;
}
.BgClassName
{
background-color: #76886A;
}
</style>
border-color css
<style>
span { border-color: #76886A; }
span { border-color: rgb(118,136,106); }
td.TdClassName
{
border-color: #76886A;
}
.TagClassName
{
border-color: #76886A;
}
</style>