Shades of Camouflage Green #7C896C
Tints of Camouflage Green #7C896C
RGB
CMYK
RGB Variations
Color information
#7C896C (or 0x7C896C) is known color: Camouflage Green. HEX triplet: 7C, 89 and 6C. RGB value is (124,137,108). Sum of RGB (Red+Green+Blue) = 124+137+108=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #7C896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C896C is #837693. Grayscale: #818181. Windows color (decimal): -8615572 or 7113084. OLE color: 7113084.
HSL color Cylindrical-coordinate representation of color #7C896C: hue angle of 86.9º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C896C is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 137 | 108 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.46 |
| HSL | 86.9º | 0.12% | 0.48% | - |
| HSV(B) | 86.9º | 0.21% | 0.54% | - |
| XYZ | 19.96 | 23.26 | 17.62 | - |
| YUV | 129.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 108 | 0.09 | 0 | 0.21 | 0.46 | 86.9 | 0.12 | 0.48 |
| Hex | 7C | 89 | 6C | 9 | 0 | 15 | 2E | 57 | C | 30 |
| Octal | 174 | 211 | 154 | 11 | 0 | 25 | 56 | 127 | 14 | 60 |
| Binary | 1111100 | 10001001 | 1101100 | 1001 | 0 | 10101 | 101110 | 1010111 | 1100 | 110000 |
Color Harmonies of #7C896C
Complementary color
Monochromatic Colors of #7C896C
Black with #7C896C
Text Example
Text Example
White with #7C896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C896C; }
p { color: rgb(124,137,108); }
H1.HeaderClassName
{
color: #7C896C;
}
.AnyTagClassName
{
color: #7C896C;
}
</style>
background-color css
<style>
a { background-color: #7C896C; }
a { background-color: rgb(124,137,108); }
div.DivClassName
{
background-color: #7C896C;
}
.BgClassName
{
background-color: #7C896C;
}
</style>
border-color css
<style>
span { border-color: #7C896C; }
span { border-color: rgb(124,137,108); }
td.TdClassName
{
border-color: #7C896C;
}
.TagClassName
{
border-color: #7C896C;
}
</style>