Shades of Camouflage Green #7E8874
Tints of Camouflage Green #7E8874
RGB
CMYK
RGB Variations
Color information
#7E8874 (or 0x7E8874) is known color: Camouflage Green. HEX triplet: 7E, 88 and 74. RGB value is (126,136,116). Sum of RGB (Red+Green+Blue) = 126+136+116=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #7E8874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8874 is #81778B. Grayscale: #828282. Windows color (decimal): -8484748 or 7637118. OLE color: 7637118.
HSL color Cylindrical-coordinate representation of color #7E8874: hue angle of 90º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E8874 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 136 | 116 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.47 |
| HSL | 90º | 0.08% | 0.49% | - |
| HSV(B) | 90º | 0.15% | 0.53% | - |
| XYZ | 20.56 | 23.3 | 19.94 | - |
| YUV | 130.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 116 | 0.07 | 0 | 0.15 | 0.47 | 90 | 0.08 | 0.49 |
| Hex | 7E | 88 | 74 | 7 | 0 | F | 2F | 5A | 8 | 31 |
| Octal | 176 | 210 | 164 | 7 | 0 | 17 | 57 | 132 | 10 | 61 |
| Binary | 1111110 | 10001000 | 1110100 | 111 | 0 | 1111 | 101111 | 1011010 | 1000 | 110001 |
Color Harmonies of #7E8874
Complementary color
Monochromatic Colors of #7E8874
Black with #7E8874
Text Example
Text Example
White with #7E8874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8874; }
p { color: rgb(126,136,116); }
H1.HeaderClassName
{
color: #7E8874;
}
.AnyTagClassName
{
color: #7E8874;
}
</style>
background-color css
<style>
a { background-color: #7E8874; }
a { background-color: rgb(126,136,116); }
div.DivClassName
{
background-color: #7E8874;
}
.BgClassName
{
background-color: #7E8874;
}
</style>
border-color css
<style>
span { border-color: #7E8874; }
span { border-color: rgb(126,136,116); }
td.TdClassName
{
border-color: #7E8874;
}
.TagClassName
{
border-color: #7E8874;
}
</style>