Shades of Camouflage Green #7C8968
Tints of Camouflage Green #7C8968
RGB
CMYK
RGB Variations
Color information
#7C8968 (or 0x7C8968) is known color: Camouflage Green. HEX triplet: 7C, 89 and 68. RGB value is (124,137,104). Sum of RGB (Red+Green+Blue) = 124+137+104=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8968 is #837697. Grayscale: #818181. Windows color (decimal): -8615576 or 6850940. OLE color: 6850940.
HSL color Cylindrical-coordinate representation of color #7C8968: hue angle of 83.64º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C8968 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 137 | 104 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.46 |
| HSL | 83.64º | 0.14% | 0.47% | - |
| HSV(B) | 83.64º | 0.24% | 0.54% | - |
| XYZ | 19.76 | 23.18 | 16.53 | - |
| YUV | 129.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 104 | 0.09 | 0 | 0.24 | 0.46 | 83.64 | 0.14 | 0.47 |
| Hex | 7C | 89 | 68 | 9 | 0 | 18 | 2E | 54 | E | 2F |
| Octal | 174 | 211 | 150 | 11 | 0 | 30 | 56 | 124 | 16 | 57 |
| Binary | 1111100 | 10001001 | 1101000 | 1001 | 0 | 11000 | 101110 | 1010100 | 1110 | 101111 |
Color Harmonies of #7C8968
Complementary color
Monochromatic Colors of #7C8968
Black with #7C8968
Text Example
Text Example
White with #7C8968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8968; }
p { color: rgb(124,137,104); }
H1.HeaderClassName
{
color: #7C8968;
}
.AnyTagClassName
{
color: #7C8968;
}
</style>
background-color css
<style>
a { background-color: #7C8968; }
a { background-color: rgb(124,137,104); }
div.DivClassName
{
background-color: #7C8968;
}
.BgClassName
{
background-color: #7C8968;
}
</style>
border-color css
<style>
span { border-color: #7C8968; }
span { border-color: rgb(124,137,104); }
td.TdClassName
{
border-color: #7C8968;
}
.TagClassName
{
border-color: #7C8968;
}
</style>