Shades of Camouflage Green #7E8A6C
Tints of Camouflage Green #7E8A6C
RGB
CMYK
RGB Variations
Color information
#7E8A6C (or 0x7E8A6C) is known color: Camouflage Green. HEX triplet: 7E, 8A and 6C. RGB value is (126,138,108). Sum of RGB (Red+Green+Blue) = 126+138+108=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 138 - color contains mainly: green. Hex color #7E8A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8A6C is #817593. Grayscale: #838383. Windows color (decimal): -8484244 or 7113342. OLE color: 7113342.
HSL color Cylindrical-coordinate representation of color #7E8A6C: hue angle of 84º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E8A6C is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 138 | 108 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.46 |
| HSL | 84º | 0.12% | 0.48% | - |
| HSV(B) | 84º | 0.22% | 0.54% | - |
| XYZ | 20.4 | 23.7 | 17.69 | - |
| YUV | 130.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 138 | 108 | 0.09 | 0 | 0.22 | 0.46 | 84 | 0.12 | 0.48 |
| Hex | 7E | 8A | 6C | 9 | 0 | 16 | 2E | 54 | C | 30 |
| Octal | 176 | 212 | 154 | 11 | 0 | 26 | 56 | 124 | 14 | 60 |
| Binary | 1111110 | 10001010 | 1101100 | 1001 | 0 | 10110 | 101110 | 1010100 | 1100 | 110000 |
Color Harmonies of #7E8A6C
Complementary color
Monochromatic Colors of #7E8A6C
Black with #7E8A6C
Text Example
Text Example
White with #7E8A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8A6C; }
p { color: rgb(126,138,108); }
H1.HeaderClassName
{
color: #7E8A6C;
}
.AnyTagClassName
{
color: #7E8A6C;
}
</style>
background-color css
<style>
a { background-color: #7E8A6C; }
a { background-color: rgb(126,138,108); }
div.DivClassName
{
background-color: #7E8A6C;
}
.BgClassName
{
background-color: #7E8A6C;
}
</style>
border-color css
<style>
span { border-color: #7E8A6C; }
span { border-color: rgb(126,138,108); }
td.TdClassName
{
border-color: #7E8A6C;
}
.TagClassName
{
border-color: #7E8A6C;
}
</style>