Shades of Camouflage Green #7C8B70
Tints of Camouflage Green #7C8B70
RGB
CMYK
RGB Variations
Color information
#7C8B70 (or 0x7C8B70) is known color: Camouflage Green. HEX triplet: 7C, 8B and 70. RGB value is (124,139,112). Sum of RGB (Red+Green+Blue) = 124+139+112=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8B70 is #83748F. Grayscale: #838383. Windows color (decimal): -8615056 or 7375740. OLE color: 7375740.
HSL color Cylindrical-coordinate representation of color #7C8B70: hue angle of 93.33º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C8B70 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 139 | 112 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.45 |
| HSL | 93.33º | 0.11% | 0.49% | - |
| HSV(B) | 93.33º | 0.19% | 0.55% | - |
| XYZ | 20.47 | 23.92 | 18.87 | - |
| YUV | 131.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 112 | 0.11 | 0 | 0.19 | 0.45 | 93.33 | 0.11 | 0.49 |
| Hex | 7C | 8B | 70 | B | 0 | 13 | 2D | 5D | B | 31 |
| Octal | 174 | 213 | 160 | 13 | 0 | 23 | 55 | 135 | 13 | 61 |
| Binary | 1111100 | 10001011 | 1110000 | 1011 | 0 | 10011 | 101101 | 1011101 | 1011 | 110001 |
Color Harmonies of #7C8B70
Complementary color
Monochromatic Colors of #7C8B70
Black with #7C8B70
Text Example
Text Example
White with #7C8B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8B70; }
p { color: rgb(124,139,112); }
H1.HeaderClassName
{
color: #7C8B70;
}
.AnyTagClassName
{
color: #7C8B70;
}
</style>
background-color css
<style>
a { background-color: #7C8B70; }
a { background-color: rgb(124,139,112); }
div.DivClassName
{
background-color: #7C8B70;
}
.BgClassName
{
background-color: #7C8B70;
}
</style>
border-color css
<style>
span { border-color: #7C8B70; }
span { border-color: rgb(124,139,112); }
td.TdClassName
{
border-color: #7C8B70;
}
.TagClassName
{
border-color: #7C8B70;
}
</style>