Shades of Camouflage Green #7E926F
Tints of Camouflage Green #7E926F
RGB
CMYK
RGB Variations
Color information
#7E926F (or 0x7E926F) is known color: Camouflage Green. HEX triplet: 7E, 92 and 6F. RGB value is (126,146,111). Sum of RGB (Red+Green+Blue) = 126+146+111=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #7E926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E926F is #816D90. Grayscale: #888888. Windows color (decimal): -8482193 or 7311998. OLE color: 7311998.
HSL color Cylindrical-coordinate representation of color #7E926F: hue angle of 94.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E926F is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 146 | 111 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.43 |
| HSL | 94.29º | 0.14% | 0.5% | - |
| HSV(B) | 94.29º | 0.24% | 0.57% | - |
| XYZ | 21.75 | 26.14 | 18.94 | - |
| YUV | 136.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 111 | 0.14 | 0 | 0.24 | 0.43 | 94.29 | 0.14 | 0.5 |
| Hex | 7E | 92 | 6F | E | 0 | 18 | 2B | 5E | E | 32 |
| Octal | 176 | 222 | 157 | 16 | 0 | 30 | 53 | 136 | 16 | 62 |
| Binary | 1111110 | 10010010 | 1101111 | 1110 | 0 | 11000 | 101011 | 1011110 | 1110 | 110010 |
Color Harmonies of #7E926F
Complementary color
Monochromatic Colors of #7E926F
Black with #7E926F
Text Example
Text Example
White with #7E926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E926F; }
p { color: rgb(126,146,111); }
H1.HeaderClassName
{
color: #7E926F;
}
.AnyTagClassName
{
color: #7E926F;
}
</style>
background-color css
<style>
a { background-color: #7E926F; }
a { background-color: rgb(126,146,111); }
div.DivClassName
{
background-color: #7E926F;
}
.BgClassName
{
background-color: #7E926F;
}
</style>
border-color css
<style>
span { border-color: #7E926F; }
span { border-color: rgb(126,146,111); }
td.TdClassName
{
border-color: #7E926F;
}
.TagClassName
{
border-color: #7E926F;
}
</style>