Shades of Camouflage Green #7E8578
Tints of Camouflage Green #7E8578
RGB
CMYK
RGB Variations
Color information
#7E8578 (or 0x7E8578) is known color: Camouflage Green. HEX triplet: 7E, 85 and 78. RGB value is (126,133,120). Sum of RGB (Red+Green+Blue) = 126+133+120=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8578 is #817A87. Grayscale: #818181. Windows color (decimal): -8485512 or 7898494. OLE color: 7898494.
HSL color Cylindrical-coordinate representation of color #7E8578: hue angle of 92.31º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E8578 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 120 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.48 |
| HSL | 92.31º | 0.05% | 0.5% | - |
| HSV(B) | 92.31º | 0.1% | 0.52% | - |
| XYZ | 20.38 | 22.57 | 21.05 | - |
| YUV | 129.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 120 | 0.05 | 0 | 0.10 | 0.48 | 92.31 | 0.05 | 0.5 |
| Hex | 7E | 85 | 78 | 5 | 0 | A | 30 | 5C | 5 | 32 |
| Octal | 176 | 205 | 170 | 5 | 0 | 12 | 60 | 134 | 5 | 62 |
| Binary | 1111110 | 10000101 | 1111000 | 101 | 0 | 1010 | 110000 | 1011100 | 101 | 110010 |
Color Harmonies of #7E8578
Complementary color
Monochromatic Colors of #7E8578
Black with #7E8578
Text Example
Text Example
White with #7E8578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8578; }
p { color: rgb(126,133,120); }
H1.HeaderClassName
{
color: #7E8578;
}
.AnyTagClassName
{
color: #7E8578;
}
</style>
background-color css
<style>
a { background-color: #7E8578; }
a { background-color: rgb(126,133,120); }
div.DivClassName
{
background-color: #7E8578;
}
.BgClassName
{
background-color: #7E8578;
}
</style>
border-color css
<style>
span { border-color: #7E8578; }
span { border-color: rgb(126,133,120); }
td.TdClassName
{
border-color: #7E8578;
}
.TagClassName
{
border-color: #7E8578;
}
</style>