Shades of Camouflage Green #7E886E
Tints of Camouflage Green #7E886E
RGB
CMYK
RGB Variations
Color information
#7E886E (or 0x7E886E) is known color: Camouflage Green. HEX triplet: 7E, 88 and 6E. RGB value is (126,136,110). Sum of RGB (Red+Green+Blue) = 126+136+110=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 136 - color contains mainly: green. Hex color #7E886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E886E is #817791. Grayscale: #828282. Windows color (decimal): -8484754 or 7243902. OLE color: 7243902.
HSL color Cylindrical-coordinate representation of color #7E886E: hue angle of 83.08º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E886E is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 136 | 110 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.47 |
| HSL | 83.08º | 0.11% | 0.48% | - |
| HSV(B) | 83.08º | 0.19% | 0.53% | - |
| XYZ | 20.22 | 23.17 | 18.16 | - |
| YUV | 130.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 110 | 0.07 | 0 | 0.19 | 0.47 | 83.08 | 0.11 | 0.48 |
| Hex | 7E | 88 | 6E | 7 | 0 | 13 | 2F | 53 | B | 30 |
| Octal | 176 | 210 | 156 | 7 | 0 | 23 | 57 | 123 | 13 | 60 |
| Binary | 1111110 | 10001000 | 1101110 | 111 | 0 | 10011 | 101111 | 1010011 | 1011 | 110000 |
Color Harmonies of #7E886E
Complementary color
Monochromatic Colors of #7E886E
Black with #7E886E
Text Example
Text Example
White with #7E886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E886E; }
p { color: rgb(126,136,110); }
H1.HeaderClassName
{
color: #7E886E;
}
.AnyTagClassName
{
color: #7E886E;
}
</style>
background-color css
<style>
a { background-color: #7E886E; }
a { background-color: rgb(126,136,110); }
div.DivClassName
{
background-color: #7E886E;
}
.BgClassName
{
background-color: #7E886E;
}
</style>
border-color css
<style>
span { border-color: #7E886E; }
span { border-color: rgb(126,136,110); }
td.TdClassName
{
border-color: #7E886E;
}
.TagClassName
{
border-color: #7E886E;
}
</style>