Shades of Camouflage Green #7C8B71
Tints of Camouflage Green #7C8B71
RGB
CMYK
RGB Variations
Color information
#7C8B71 (or 0x7C8B71) is known color: Camouflage Green. HEX triplet: 7C, 8B and 71. RGB value is (124,139,113). Sum of RGB (Red+Green+Blue) = 124+139+113=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8B71 is #83748E. Grayscale: #838383. Windows color (decimal): -8615055 or 7441276. OLE color: 7441276.
HSL color Cylindrical-coordinate representation of color #7C8B71: hue angle of 94.62º degrees, saturation: 0.1, 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 #7C8B71 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 139 | 113 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.45 |
| HSL | 94.62º | 0.1% | 0.49% | - |
| HSV(B) | 94.62º | 0.19% | 0.55% | - |
| XYZ | 20.53 | 23.94 | 19.16 | - |
| YUV | 131.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 113 | 0.11 | 0 | 0.19 | 0.45 | 94.62 | 0.1 | 0.49 |
| Hex | 7C | 8B | 71 | B | 0 | 13 | 2D | 5F | A | 31 |
| Octal | 174 | 213 | 161 | 13 | 0 | 23 | 55 | 137 | 12 | 61 |
| Binary | 1111100 | 10001011 | 1110001 | 1011 | 0 | 10011 | 101101 | 1011111 | 1010 | 110001 |
Color Harmonies of #7C8B71
Complementary color
Monochromatic Colors of #7C8B71
Black with #7C8B71
Text Example
Text Example
White with #7C8B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8B71; }
p { color: rgb(124,139,113); }
H1.HeaderClassName
{
color: #7C8B71;
}
.AnyTagClassName
{
color: #7C8B71;
}
</style>
background-color css
<style>
a { background-color: #7C8B71; }
a { background-color: rgb(124,139,113); }
div.DivClassName
{
background-color: #7C8B71;
}
.BgClassName
{
background-color: #7C8B71;
}
</style>
border-color css
<style>
span { border-color: #7C8B71; }
span { border-color: rgb(124,139,113); }
td.TdClassName
{
border-color: #7C8B71;
}
.TagClassName
{
border-color: #7C8B71;
}
</style>