Shades of Camouflage Green #7E8B68
Tints of Camouflage Green #7E8B68
RGB
CMYK
RGB Variations
Color information
#7E8B68 (or 0x7E8B68) is known color: Camouflage Green. HEX triplet: 7E, 8B and 68. RGB value is (126,139,104). Sum of RGB (Red+Green+Blue) = 126+139+104=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #7E8B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8B68 is #817497. Grayscale: #838383. Windows color (decimal): -8483992 or 6851454. OLE color: 6851454.
HSL color Cylindrical-coordinate representation of color #7E8B68: hue angle of 82.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E8B68 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 139 | 104 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.45 |
| HSL | 82.29º | 0.14% | 0.48% | - |
| HSV(B) | 82.29º | 0.25% | 0.55% | - |
| XYZ | 20.34 | 23.9 | 16.64 | - |
| YUV | 131.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 104 | 0.09 | 0 | 0.25 | 0.45 | 82.29 | 0.14 | 0.48 |
| Hex | 7E | 8B | 68 | 9 | 0 | 19 | 2D | 52 | E | 30 |
| Octal | 176 | 213 | 150 | 11 | 0 | 31 | 55 | 122 | 16 | 60 |
| Binary | 1111110 | 10001011 | 1101000 | 1001 | 0 | 11001 | 101101 | 1010010 | 1110 | 110000 |
Color Harmonies of #7E8B68
Complementary color
Monochromatic Colors of #7E8B68
Black with #7E8B68
Text Example
Text Example
White with #7E8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8B68; }
p { color: rgb(126,139,104); }
H1.HeaderClassName
{
color: #7E8B68;
}
.AnyTagClassName
{
color: #7E8B68;
}
</style>
background-color css
<style>
a { background-color: #7E8B68; }
a { background-color: rgb(126,139,104); }
div.DivClassName
{
background-color: #7E8B68;
}
.BgClassName
{
background-color: #7E8B68;
}
</style>
border-color css
<style>
span { border-color: #7E8B68; }
span { border-color: rgb(126,139,104); }
td.TdClassName
{
border-color: #7E8B68;
}
.TagClassName
{
border-color: #7E8B68;
}
</style>