Shades of Camouflage Green #7C8664
Tints of Camouflage Green #7C8664
RGB
CMYK
RGB Variations
Color information
#7C8664 (or 0x7C8664) is known color: Camouflage Green. HEX triplet: 7C, 86 and 64. RGB value is (124,134,100). Sum of RGB (Red+Green+Blue) = 124+134+100=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8664 is #83799B. Grayscale: #7F7F7F. Windows color (decimal): -8616348 or 6588028. OLE color: 6588028.
HSL color Cylindrical-coordinate representation of color #7C8664: hue angle of 77.65º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C8664 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 134 | 100 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.47 |
| HSL | 77.65º | 0.15% | 0.46% | - |
| HSV(B) | 77.65º | 0.25% | 0.53% | - |
| XYZ | 19.14 | 22.26 | 15.34 | - |
| YUV | 127.13 | 112.69 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 100 | 0.07 | 0 | 0.25 | 0.47 | 77.65 | 0.15 | 0.46 |
| Hex | 7C | 86 | 64 | 7 | 0 | 19 | 2F | 4E | F | 2E |
| Octal | 174 | 206 | 144 | 7 | 0 | 31 | 57 | 116 | 17 | 56 |
| Binary | 1111100 | 10000110 | 1100100 | 111 | 0 | 11001 | 101111 | 1001110 | 1111 | 101110 |
Color Harmonies of #7C8664
Complementary color
Monochromatic Colors of #7C8664
Black with #7C8664
Text Example
Text Example
White with #7C8664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8664; }
p { color: rgb(124,134,100); }
H1.HeaderClassName
{
color: #7C8664;
}
.AnyTagClassName
{
color: #7C8664;
}
</style>
background-color css
<style>
a { background-color: #7C8664; }
a { background-color: rgb(124,134,100); }
div.DivClassName
{
background-color: #7C8664;
}
.BgClassName
{
background-color: #7C8664;
}
</style>
border-color css
<style>
span { border-color: #7C8664; }
span { border-color: rgb(124,134,100); }
td.TdClassName
{
border-color: #7C8664;
}
.TagClassName
{
border-color: #7C8664;
}
</style>