Shades of Camouflage Green #7C886C
Tints of Camouflage Green #7C886C
RGB
CMYK
RGB Variations
Color information
#7C886C (or 0x7C886C) is known color: Camouflage Green. HEX triplet: 7C, 88 and 6C. RGB value is (124,136,108). Sum of RGB (Red+Green+Blue) = 124+136+108=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #7C886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C886C is #837793. Grayscale: #818181. Windows color (decimal): -8615828 or 7112828. OLE color: 7112828.
HSL color Cylindrical-coordinate representation of color #7C886C: hue angle of 85.71º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C886C is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 108 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.47 |
| HSL | 85.71º | 0.11% | 0.48% | - |
| HSV(B) | 85.71º | 0.21% | 0.53% | - |
| XYZ | 19.82 | 22.98 | 17.58 | - |
| YUV | 129.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 108 | 0.09 | 0 | 0.21 | 0.47 | 85.71 | 0.11 | 0.48 |
| Hex | 7C | 88 | 6C | 9 | 0 | 15 | 2F | 56 | B | 30 |
| Octal | 174 | 210 | 154 | 11 | 0 | 25 | 57 | 126 | 13 | 60 |
| Binary | 1111100 | 10001000 | 1101100 | 1001 | 0 | 10101 | 101111 | 1010110 | 1011 | 110000 |
Color Harmonies of #7C886C
Complementary color
Monochromatic Colors of #7C886C
Black with #7C886C
Text Example
Text Example
White with #7C886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C886C; }
p { color: rgb(124,136,108); }
H1.HeaderClassName
{
color: #7C886C;
}
.AnyTagClassName
{
color: #7C886C;
}
</style>
background-color css
<style>
a { background-color: #7C886C; }
a { background-color: rgb(124,136,108); }
div.DivClassName
{
background-color: #7C886C;
}
.BgClassName
{
background-color: #7C886C;
}
</style>
border-color css
<style>
span { border-color: #7C886C; }
span { border-color: rgb(124,136,108); }
td.TdClassName
{
border-color: #7C886C;
}
.TagClassName
{
border-color: #7C886C;
}
</style>