Shades of Camouflage Green #7E8F72
Tints of Camouflage Green #7E8F72
RGB
CMYK
RGB Variations
Color information
#7E8F72 (or 0x7E8F72) is known color: Camouflage Green. HEX triplet: 7E, 8F and 72. RGB value is (126,143,114). Sum of RGB (Red+Green+Blue) = 126+143+114=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 143 - color contains mainly: green. Hex color #7E8F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8F72 is #81708D. Grayscale: #868686. Windows color (decimal): -8482958 or 7507838. OLE color: 7507838.
HSL color Cylindrical-coordinate representation of color #7E8F72: hue angle of 95.17º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E8F72 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 143 | 114 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.44 |
| HSL | 95.17º | 0.11% | 0.5% | - |
| HSV(B) | 95.17º | 0.2% | 0.56% | - |
| XYZ | 21.46 | 25.3 | 19.67 | - |
| YUV | 134.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 143 | 114 | 0.12 | 0 | 0.20 | 0.44 | 95.17 | 0.11 | 0.5 |
| Hex | 7E | 8F | 72 | C | 0 | 14 | 2C | 5F | B | 32 |
| Octal | 176 | 217 | 162 | 14 | 0 | 24 | 54 | 137 | 13 | 62 |
| Binary | 1111110 | 10001111 | 1110010 | 1100 | 0 | 10100 | 101100 | 1011111 | 1011 | 110010 |
Color Harmonies of #7E8F72
Complementary color
Monochromatic Colors of #7E8F72
Black with #7E8F72
Text Example
Text Example
White with #7E8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8F72; }
p { color: rgb(126,143,114); }
H1.HeaderClassName
{
color: #7E8F72;
}
.AnyTagClassName
{
color: #7E8F72;
}
</style>
background-color css
<style>
a { background-color: #7E8F72; }
a { background-color: rgb(126,143,114); }
div.DivClassName
{
background-color: #7E8F72;
}
.BgClassName
{
background-color: #7E8F72;
}
</style>
border-color css
<style>
span { border-color: #7E8F72; }
span { border-color: rgb(126,143,114); }
td.TdClassName
{
border-color: #7E8F72;
}
.TagClassName
{
border-color: #7E8F72;
}
</style>