Shades of Camouflage Green #7C8771
Tints of Camouflage Green #7C8771
RGB
CMYK
RGB Variations
Color information
#7C8771 (or 0x7C8771) is known color: Camouflage Green. HEX triplet: 7C, 87 and 71. RGB value is (124,135,113). Sum of RGB (Red+Green+Blue) = 124+135+113=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8771 is #83788E. Grayscale: #818181. Windows color (decimal): -8616079 or 7440252. OLE color: 7440252.
HSL color Cylindrical-coordinate representation of color #7C8771: hue angle of 90º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C8771 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 113 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.47 |
| HSL | 90º | 0.09% | 0.49% | - |
| HSV(B) | 90º | 0.16% | 0.53% | - |
| XYZ | 19.96 | 22.81 | 18.97 | - |
| YUV | 129.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 113 | 0.08 | 0 | 0.16 | 0.47 | 90 | 0.09 | 0.49 |
| Hex | 7C | 87 | 71 | 8 | 0 | 10 | 2F | 5A | 9 | 31 |
| Octal | 174 | 207 | 161 | 10 | 0 | 20 | 57 | 132 | 11 | 61 |
| Binary | 1111100 | 10000111 | 1110001 | 1000 | 0 | 10000 | 101111 | 1011010 | 1001 | 110001 |
Color Harmonies of #7C8771
Complementary color
Monochromatic Colors of #7C8771
Black with #7C8771
Text Example
Text Example
White with #7C8771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8771; }
p { color: rgb(124,135,113); }
H1.HeaderClassName
{
color: #7C8771;
}
.AnyTagClassName
{
color: #7C8771;
}
</style>
background-color css
<style>
a { background-color: #7C8771; }
a { background-color: rgb(124,135,113); }
div.DivClassName
{
background-color: #7C8771;
}
.BgClassName
{
background-color: #7C8771;
}
</style>
border-color css
<style>
span { border-color: #7C8771; }
span { border-color: rgb(124,135,113); }
td.TdClassName
{
border-color: #7C8771;
}
.TagClassName
{
border-color: #7C8771;
}
</style>