Shades of Camouflage Green #7E896C
Tints of Camouflage Green #7E896C
RGB
CMYK
RGB Variations
Color information
#7E896C (or 0x7E896C) is known color: Camouflage Green. HEX triplet: 7E, 89 and 6C. RGB value is (126,137,108). Sum of RGB (Red+Green+Blue) = 126+137+108=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #7E896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E896C is #817693. Grayscale: #828282. Windows color (decimal): -8484500 or 7113086. OLE color: 7113086.
HSL color Cylindrical-coordinate representation of color #7E896C: hue angle of 82.76º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E896C is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 137 | 108 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.46 |
| HSL | 82.76º | 0.12% | 0.48% | - |
| HSV(B) | 82.76º | 0.21% | 0.54% | - |
| XYZ | 20.26 | 23.41 | 17.64 | - |
| YUV | 130.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 137 | 108 | 0.08 | 0 | 0.21 | 0.46 | 82.76 | 0.12 | 0.48 |
| Hex | 7E | 89 | 6C | 8 | 0 | 15 | 2E | 53 | C | 30 |
| Octal | 176 | 211 | 154 | 10 | 0 | 25 | 56 | 123 | 14 | 60 |
| Binary | 1111110 | 10001001 | 1101100 | 1000 | 0 | 10101 | 101110 | 1010011 | 1100 | 110000 |
Color Harmonies of #7E896C
Complementary color
Monochromatic Colors of #7E896C
Black with #7E896C
Text Example
Text Example
White with #7E896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E896C; }
p { color: rgb(126,137,108); }
H1.HeaderClassName
{
color: #7E896C;
}
.AnyTagClassName
{
color: #7E896C;
}
</style>
background-color css
<style>
a { background-color: #7E896C; }
a { background-color: rgb(126,137,108); }
div.DivClassName
{
background-color: #7E896C;
}
.BgClassName
{
background-color: #7E896C;
}
</style>
border-color css
<style>
span { border-color: #7E896C; }
span { border-color: rgb(126,137,108); }
td.TdClassName
{
border-color: #7E896C;
}
.TagClassName
{
border-color: #7E896C;
}
</style>