Shades of Camouflage Green #7C8A68
Tints of Camouflage Green #7C8A68
RGB
CMYK
RGB Variations
Color information
#7C8A68 (or 0x7C8A68) is known color: Camouflage Green. HEX triplet: 7C, 8A and 68. RGB value is (124,138,104). Sum of RGB (Red+Green+Blue) = 124+138+104=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 138 - color contains mainly: green. Hex color #7C8A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8A68 is #837597. Grayscale: #828282. Windows color (decimal): -8615320 or 6851196. OLE color: 6851196.
HSL color Cylindrical-coordinate representation of color #7C8A68: hue angle of 84.71º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C8A68 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 138 | 104 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.46 |
| HSL | 84.71º | 0.14% | 0.47% | - |
| HSV(B) | 84.71º | 0.25% | 0.54% | - |
| XYZ | 19.9 | 23.46 | 16.58 | - |
| YUV | 129.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 138 | 104 | 0.10 | 0 | 0.25 | 0.46 | 84.71 | 0.14 | 0.47 |
| Hex | 7C | 8A | 68 | A | 0 | 19 | 2E | 55 | E | 2F |
| Octal | 174 | 212 | 150 | 12 | 0 | 31 | 56 | 125 | 16 | 57 |
| Binary | 1111100 | 10001010 | 1101000 | 1010 | 0 | 11001 | 101110 | 1010101 | 1110 | 101111 |
Color Harmonies of #7C8A68
Complementary color
Monochromatic Colors of #7C8A68
Black with #7C8A68
Text Example
Text Example
White with #7C8A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8A68; }
p { color: rgb(124,138,104); }
H1.HeaderClassName
{
color: #7C8A68;
}
.AnyTagClassName
{
color: #7C8A68;
}
</style>
background-color css
<style>
a { background-color: #7C8A68; }
a { background-color: rgb(124,138,104); }
div.DivClassName
{
background-color: #7C8A68;
}
.BgClassName
{
background-color: #7C8A68;
}
</style>
border-color css
<style>
span { border-color: #7C8A68; }
span { border-color: rgb(124,138,104); }
td.TdClassName
{
border-color: #7C8A68;
}
.TagClassName
{
border-color: #7C8A68;
}
</style>