Shades of Camouflage Green #7C8971
Tints of Camouflage Green #7C8971
RGB
CMYK
RGB Variations
Color information
#7C8971 (or 0x7C8971) is known color: Camouflage Green. HEX triplet: 7C, 89 and 71. RGB value is (124,137,113). Sum of RGB (Red+Green+Blue) = 124+137+113=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8971 is #83768E. Grayscale: #828282. Windows color (decimal): -8615567 or 7440764. OLE color: 7440764.
HSL color Cylindrical-coordinate representation of color #7C8971: hue angle of 92.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C8971 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 137 | 113 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.46 |
| HSL | 92.5º | 0.1% | 0.49% | - |
| HSV(B) | 92.5º | 0.18% | 0.54% | - |
| XYZ | 20.24 | 23.37 | 19.07 | - |
| YUV | 130.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 113 | 0.09 | 0 | 0.18 | 0.46 | 92.5 | 0.1 | 0.49 |
| Hex | 7C | 89 | 71 | 9 | 0 | 12 | 2E | 5C | A | 31 |
| Octal | 174 | 211 | 161 | 11 | 0 | 22 | 56 | 134 | 12 | 61 |
| Binary | 1111100 | 10001001 | 1110001 | 1001 | 0 | 10010 | 101110 | 1011100 | 1010 | 110001 |
Color Harmonies of #7C8971
Complementary color
Monochromatic Colors of #7C8971
Black with #7C8971
Text Example
Text Example
White with #7C8971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8971; }
p { color: rgb(124,137,113); }
H1.HeaderClassName
{
color: #7C8971;
}
.AnyTagClassName
{
color: #7C8971;
}
</style>
background-color css
<style>
a { background-color: #7C8971; }
a { background-color: rgb(124,137,113); }
div.DivClassName
{
background-color: #7C8971;
}
.BgClassName
{
background-color: #7C8971;
}
</style>
border-color css
<style>
span { border-color: #7C8971; }
span { border-color: rgb(124,137,113); }
td.TdClassName
{
border-color: #7C8971;
}
.TagClassName
{
border-color: #7C8971;
}
</style>