Shades of Camouflage Green #7E8F6E
Tints of Camouflage Green #7E8F6E
RGB
CMYK
RGB Variations
Color information
#7E8F6E (or 0x7E8F6E) is known color: Camouflage Green. HEX triplet: 7E, 8F and 6E. RGB value is (126,143,110). Sum of RGB (Red+Green+Blue) = 126+143+110=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 143 - color contains mainly: green. Hex color #7E8F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8F6E is #817091. Grayscale: #868686. Windows color (decimal): -8482962 or 7245694. OLE color: 7245694.
HSL color Cylindrical-coordinate representation of color #7E8F6E: hue angle of 90.91º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7E8F6E is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 143 | 110 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.44 |
| HSL | 90.91º | 0.13% | 0.5% | - |
| HSV(B) | 90.91º | 0.23% | 0.56% | - |
| XYZ | 21.24 | 25.21 | 18.5 | - |
| YUV | 134.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 143 | 110 | 0.12 | 0 | 0.23 | 0.44 | 90.91 | 0.13 | 0.5 |
| Hex | 7E | 8F | 6E | C | 0 | 17 | 2C | 5B | D | 32 |
| Octal | 176 | 217 | 156 | 14 | 0 | 27 | 54 | 133 | 15 | 62 |
| Binary | 1111110 | 10001111 | 1101110 | 1100 | 0 | 10111 | 101100 | 1011011 | 1101 | 110010 |
Color Harmonies of #7E8F6E
Complementary color
Monochromatic Colors of #7E8F6E
Black with #7E8F6E
Text Example
Text Example
White with #7E8F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8F6E; }
p { color: rgb(126,143,110); }
H1.HeaderClassName
{
color: #7E8F6E;
}
.AnyTagClassName
{
color: #7E8F6E;
}
</style>
background-color css
<style>
a { background-color: #7E8F6E; }
a { background-color: rgb(126,143,110); }
div.DivClassName
{
background-color: #7E8F6E;
}
.BgClassName
{
background-color: #7E8F6E;
}
</style>
border-color css
<style>
span { border-color: #7E8F6E; }
span { border-color: rgb(126,143,110); }
td.TdClassName
{
border-color: #7E8F6E;
}
.TagClassName
{
border-color: #7E8F6E;
}
</style>