Shades of Camouflage Green #7C8B68
Tints of Camouflage Green #7C8B68
RGB
CMYK
RGB Variations
Color information
#7C8B68 (or 0x7C8B68) is known color: Camouflage Green. HEX triplet: 7C, 8B and 68. RGB value is (124,139,104). Sum of RGB (Red+Green+Blue) = 124+139+104=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8B68 is #837497. Grayscale: #828282. Windows color (decimal): -8615064 or 6851452. OLE color: 6851452.
HSL color Cylindrical-coordinate representation of color #7C8B68: hue angle of 85.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C8B68 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 139 | 104 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.45 |
| HSL | 85.71º | 0.14% | 0.48% | - |
| HSV(B) | 85.71º | 0.25% | 0.55% | - |
| XYZ | 20.04 | 23.75 | 16.62 | - |
| YUV | 130.53 | 113.03 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 104 | 0.11 | 0 | 0.25 | 0.45 | 85.71 | 0.14 | 0.48 |
| Hex | 7C | 8B | 68 | B | 0 | 19 | 2D | 56 | E | 30 |
| Octal | 174 | 213 | 150 | 13 | 0 | 31 | 55 | 126 | 16 | 60 |
| Binary | 1111100 | 10001011 | 1101000 | 1011 | 0 | 11001 | 101101 | 1010110 | 1110 | 110000 |
Color Harmonies of #7C8B68
Complementary color
Monochromatic Colors of #7C8B68
Black with #7C8B68
Text Example
Text Example
White with #7C8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8B68; }
p { color: rgb(124,139,104); }
H1.HeaderClassName
{
color: #7C8B68;
}
.AnyTagClassName
{
color: #7C8B68;
}
</style>
background-color css
<style>
a { background-color: #7C8B68; }
a { background-color: rgb(124,139,104); }
div.DivClassName
{
background-color: #7C8B68;
}
.BgClassName
{
background-color: #7C8B68;
}
</style>
border-color css
<style>
span { border-color: #7C8B68; }
span { border-color: rgb(124,139,104); }
td.TdClassName
{
border-color: #7C8B68;
}
.TagClassName
{
border-color: #7C8B68;
}
</style>