Shades of Camouflage Green #7C8865
Tints of Camouflage Green #7C8865
RGB
CMYK
RGB Variations
Color information
#7C8865 (or 0x7C8865) is known color: Camouflage Green. HEX triplet: 7C, 88 and 65. RGB value is (124,136,101). Sum of RGB (Red+Green+Blue) = 124+136+101=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8865 is #83779A. Grayscale: #808080. Windows color (decimal): -8615835 or 6654076. OLE color: 6654076.
HSL color Cylindrical-coordinate representation of color #7C8865: hue angle of 80.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C8865 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 101 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.47 |
| HSL | 80.57º | 0.15% | 0.46% | - |
| HSV(B) | 80.57º | 0.26% | 0.53% | - |
| XYZ | 19.47 | 22.83 | 15.69 | - |
| YUV | 128.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 101 | 0.09 | 0 | 0.26 | 0.47 | 80.57 | 0.15 | 0.46 |
| Hex | 7C | 88 | 65 | 9 | 0 | 1A | 2F | 51 | F | 2E |
| Octal | 174 | 210 | 145 | 11 | 0 | 32 | 57 | 121 | 17 | 56 |
| Binary | 1111100 | 10001000 | 1100101 | 1001 | 0 | 11010 | 101111 | 1010001 | 1111 | 101110 |
Color Harmonies of #7C8865
Complementary color
Monochromatic Colors of #7C8865
Black with #7C8865
Text Example
Text Example
White with #7C8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8865; }
p { color: rgb(124,136,101); }
H1.HeaderClassName
{
color: #7C8865;
}
.AnyTagClassName
{
color: #7C8865;
}
</style>
background-color css
<style>
a { background-color: #7C8865; }
a { background-color: rgb(124,136,101); }
div.DivClassName
{
background-color: #7C8865;
}
.BgClassName
{
background-color: #7C8865;
}
</style>
border-color css
<style>
span { border-color: #7C8865; }
span { border-color: rgb(124,136,101); }
td.TdClassName
{
border-color: #7C8865;
}
.TagClassName
{
border-color: #7C8865;
}
</style>