Shades of Camouflage Green #7C8760
Tints of Camouflage Green #7C8760
RGB
CMYK
RGB Variations
Color information
#7C8760 (or 0x7C8760) is known color: Camouflage Green. HEX triplet: 7C, 87 and 60. RGB value is (124,135,96). Sum of RGB (Red+Green+Blue) = 124+135+96=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8760 is #83789F. Grayscale: #7F7F7F. Windows color (decimal): -8616096 or 6326140. OLE color: 6326140.
HSL color Cylindrical-coordinate representation of color #7C8760: hue angle of 76.92º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C8760 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 96 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.47 |
| HSL | 76.92º | 0.17% | 0.45% | - |
| HSV(B) | 76.92º | 0.29% | 0.53% | - |
| XYZ | 19.09 | 22.46 | 14.4 | - |
| YUV | 127.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 96 | 0.08 | 0 | 0.29 | 0.47 | 76.92 | 0.17 | 0.45 |
| Hex | 7C | 87 | 60 | 8 | 0 | 1D | 2F | 4D | 11 | 2D |
| Octal | 174 | 207 | 140 | 10 | 0 | 35 | 57 | 115 | 21 | 55 |
| Binary | 1111100 | 10000111 | 1100000 | 1000 | 0 | 11101 | 101111 | 1001101 | 10001 | 101101 |
Color Harmonies of #7C8760
Complementary color
Monochromatic Colors of #7C8760
Black with #7C8760
Text Example
Text Example
White with #7C8760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8760; }
p { color: rgb(124,135,96); }
H1.HeaderClassName
{
color: #7C8760;
}
.AnyTagClassName
{
color: #7C8760;
}
</style>
background-color css
<style>
a { background-color: #7C8760; }
a { background-color: rgb(124,135,96); }
div.DivClassName
{
background-color: #7C8760;
}
.BgClassName
{
background-color: #7C8760;
}
</style>
border-color css
<style>
span { border-color: #7C8760; }
span { border-color: rgb(124,135,96); }
td.TdClassName
{
border-color: #7C8760;
}
.TagClassName
{
border-color: #7C8760;
}
</style>