Shades of Camouflage Green #7C8675
Tints of Camouflage Green #7C8675
RGB
CMYK
RGB Variations
Color information
#7C8675 (or 0x7C8675) is known color: Camouflage Green. HEX triplet: 7C, 86 and 75. RGB value is (124,134,117). Sum of RGB (Red+Green+Blue) = 124+134+117=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8675 is #83798A. Grayscale: #818181. Windows color (decimal): -8616331 or 7702140. OLE color: 7702140.
HSL color Cylindrical-coordinate representation of color #7C8675: hue angle of 95.29º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C8675 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 134 | 117 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.47 |
| HSL | 95.29º | 0.07% | 0.49% | - |
| HSV(B) | 95.29º | 0.13% | 0.53% | - |
| XYZ | 20.05 | 22.62 | 20.14 | - |
| YUV | 129.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 117 | 0.07 | 0 | 0.13 | 0.47 | 95.29 | 0.07 | 0.49 |
| Hex | 7C | 86 | 75 | 7 | 0 | D | 2F | 5F | 7 | 31 |
| Octal | 174 | 206 | 165 | 7 | 0 | 15 | 57 | 137 | 7 | 61 |
| Binary | 1111100 | 10000110 | 1110101 | 111 | 0 | 1101 | 101111 | 1011111 | 111 | 110001 |
Color Harmonies of #7C8675
Complementary color
Monochromatic Colors of #7C8675
Black with #7C8675
Text Example
Text Example
White with #7C8675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8675; }
p { color: rgb(124,134,117); }
H1.HeaderClassName
{
color: #7C8675;
}
.AnyTagClassName
{
color: #7C8675;
}
</style>
background-color css
<style>
a { background-color: #7C8675; }
a { background-color: rgb(124,134,117); }
div.DivClassName
{
background-color: #7C8675;
}
.BgClassName
{
background-color: #7C8675;
}
</style>
border-color css
<style>
span { border-color: #7C8675; }
span { border-color: rgb(124,134,117); }
td.TdClassName
{
border-color: #7C8675;
}
.TagClassName
{
border-color: #7C8675;
}
</style>