Shades of Camouflage Green #7C906F
Tints of Camouflage Green #7C906F
RGB
CMYK
RGB Variations
Color information
#7C906F (or 0x7C906F) is known color: Camouflage Green. HEX triplet: 7C, 90 and 6F. RGB value is (124,144,111). Sum of RGB (Red+Green+Blue) = 124+144+111=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #7C906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C906F is #836F90. Grayscale: #868686. Windows color (decimal): -8613777 or 7311484. OLE color: 7311484.
HSL color Cylindrical-coordinate representation of color #7C906F: hue angle of 96.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C906F is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 144 | 111 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.44 |
| HSL | 96.36º | 0.13% | 0.5% | - |
| HSV(B) | 96.36º | 0.23% | 0.56% | - |
| XYZ | 21.15 | 25.38 | 18.82 | - |
| YUV | 134.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 111 | 0.14 | 0 | 0.23 | 0.44 | 96.36 | 0.13 | 0.5 |
| Hex | 7C | 90 | 6F | E | 0 | 17 | 2C | 60 | D | 32 |
| Octal | 174 | 220 | 157 | 16 | 0 | 27 | 54 | 140 | 15 | 62 |
| Binary | 1111100 | 10010000 | 1101111 | 1110 | 0 | 10111 | 101100 | 1100000 | 1101 | 110010 |
Color Harmonies of #7C906F
Complementary color
Monochromatic Colors of #7C906F
Black with #7C906F
Text Example
Text Example
White with #7C906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C906F; }
p { color: rgb(124,144,111); }
H1.HeaderClassName
{
color: #7C906F;
}
.AnyTagClassName
{
color: #7C906F;
}
</style>
background-color css
<style>
a { background-color: #7C906F; }
a { background-color: rgb(124,144,111); }
div.DivClassName
{
background-color: #7C906F;
}
.BgClassName
{
background-color: #7C906F;
}
</style>
border-color css
<style>
span { border-color: #7C906F; }
span { border-color: rgb(124,144,111); }
td.TdClassName
{
border-color: #7C906F;
}
.TagClassName
{
border-color: #7C906F;
}
</style>