Shades of Camouflage Green #7E8869
Tints of Camouflage Green #7E8869
RGB
CMYK
RGB Variations
Color information
#7E8869 (or 0x7E8869) is known color: Camouflage Green. HEX triplet: 7E, 88 and 69. RGB value is (126,136,105). Sum of RGB (Red+Green+Blue) = 126+136+105=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #7E8869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8869 is #817796. Grayscale: #818181. Windows color (decimal): -8484759 or 6916222. OLE color: 6916222.
HSL color Cylindrical-coordinate representation of color #7E8869: hue angle of 79.35º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7E8869 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 136 | 105 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.47 |
| HSL | 79.35º | 0.13% | 0.47% | - |
| HSV(B) | 79.35º | 0.23% | 0.53% | - |
| XYZ | 19.96 | 23.06 | 16.76 | - |
| YUV | 129.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 105 | 0.07 | 0 | 0.23 | 0.47 | 79.35 | 0.13 | 0.47 |
| Hex | 7E | 88 | 69 | 7 | 0 | 17 | 2F | 4F | D | 2F |
| Octal | 176 | 210 | 151 | 7 | 0 | 27 | 57 | 117 | 15 | 57 |
| Binary | 1111110 | 10001000 | 1101001 | 111 | 0 | 10111 | 101111 | 1001111 | 1101 | 101111 |
Color Harmonies of #7E8869
Complementary color
Monochromatic Colors of #7E8869
Black with #7E8869
Text Example
Text Example
White with #7E8869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8869; }
p { color: rgb(126,136,105); }
H1.HeaderClassName
{
color: #7E8869;
}
.AnyTagClassName
{
color: #7E8869;
}
</style>
background-color css
<style>
a { background-color: #7E8869; }
a { background-color: rgb(126,136,105); }
div.DivClassName
{
background-color: #7E8869;
}
.BgClassName
{
background-color: #7E8869;
}
</style>
border-color css
<style>
span { border-color: #7E8869; }
span { border-color: rgb(126,136,105); }
td.TdClassName
{
border-color: #7E8869;
}
.TagClassName
{
border-color: #7E8869;
}
</style>