Shades of Camouflage Green #7C8D6C
Tints of Camouflage Green #7C8D6C
RGB
CMYK
RGB Variations
Color information
#7C8D6C (or 0x7C8D6C) is known color: Camouflage Green. HEX triplet: 7C, 8D and 6C. RGB value is (124,141,108). Sum of RGB (Red+Green+Blue) = 124+141+108=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 141 - color contains mainly: green. Hex color #7C8D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8D6C is #837293. Grayscale: #848484. Windows color (decimal): -8614548 or 7114108. OLE color: 7114108.
HSL color Cylindrical-coordinate representation of color #7C8D6C: hue angle of 90.91º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C8D6C is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 141 | 108 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.45 |
| HSL | 90.91º | 0.13% | 0.49% | - |
| HSV(B) | 90.91º | 0.23% | 0.55% | - |
| XYZ | 20.54 | 24.42 | 17.82 | - |
| YUV | 132.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 108 | 0.12 | 0 | 0.23 | 0.45 | 90.91 | 0.13 | 0.49 |
| Hex | 7C | 8D | 6C | C | 0 | 17 | 2D | 5B | D | 31 |
| Octal | 174 | 215 | 154 | 14 | 0 | 27 | 55 | 133 | 15 | 61 |
| Binary | 1111100 | 10001101 | 1101100 | 1100 | 0 | 10111 | 101101 | 1011011 | 1101 | 110001 |
Color Harmonies of #7C8D6C
Complementary color
Monochromatic Colors of #7C8D6C
Black with #7C8D6C
Text Example
Text Example
White with #7C8D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8D6C; }
p { color: rgb(124,141,108); }
H1.HeaderClassName
{
color: #7C8D6C;
}
.AnyTagClassName
{
color: #7C8D6C;
}
</style>
background-color css
<style>
a { background-color: #7C8D6C; }
a { background-color: rgb(124,141,108); }
div.DivClassName
{
background-color: #7C8D6C;
}
.BgClassName
{
background-color: #7C8D6C;
}
</style>
border-color css
<style>
span { border-color: #7C8D6C; }
span { border-color: rgb(124,141,108); }
td.TdClassName
{
border-color: #7C8D6C;
}
.TagClassName
{
border-color: #7C8D6C;
}
</style>