Shades of Camouflage Green #7E886C
Tints of Camouflage Green #7E886C
RGB
CMYK
RGB Variations
Color information
#7E886C (or 0x7E886C) is known color: Camouflage Green. HEX triplet: 7E, 88 and 6C. RGB value is (126,136,108). Sum of RGB (Red+Green+Blue) = 126+136+108=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #7E886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E886C is #817793. Grayscale: #818181. Windows color (decimal): -8484756 or 7112830. OLE color: 7112830.
HSL color Cylindrical-coordinate representation of color #7E886C: hue angle of 81.43º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E886C is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 136 | 108 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.47 |
| HSL | 81.43º | 0.11% | 0.48% | - |
| HSV(B) | 81.43º | 0.21% | 0.53% | - |
| XYZ | 20.12 | 23.13 | 17.59 | - |
| YUV | 129.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 108 | 0.07 | 0 | 0.21 | 0.47 | 81.43 | 0.11 | 0.48 |
| Hex | 7E | 88 | 6C | 7 | 0 | 15 | 2F | 51 | B | 30 |
| Octal | 176 | 210 | 154 | 7 | 0 | 25 | 57 | 121 | 13 | 60 |
| Binary | 1111110 | 10001000 | 1101100 | 111 | 0 | 10101 | 101111 | 1010001 | 1011 | 110000 |
Color Harmonies of #7E886C
Complementary color
Monochromatic Colors of #7E886C
Black with #7E886C
Text Example
Text Example
White with #7E886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E886C; }
p { color: rgb(126,136,108); }
H1.HeaderClassName
{
color: #7E886C;
}
.AnyTagClassName
{
color: #7E886C;
}
</style>
background-color css
<style>
a { background-color: #7E886C; }
a { background-color: rgb(126,136,108); }
div.DivClassName
{
background-color: #7E886C;
}
.BgClassName
{
background-color: #7E886C;
}
</style>
border-color css
<style>
span { border-color: #7E886C; }
span { border-color: rgb(126,136,108); }
td.TdClassName
{
border-color: #7E886C;
}
.TagClassName
{
border-color: #7E886C;
}
</style>