Shades of Camouflage Green #7C8A64
Tints of Camouflage Green #7C8A64
RGB
CMYK
RGB Variations
Color information
#7C8A64 (or 0x7C8A64) is known color: Camouflage Green. HEX triplet: 7C, 8A and 64. RGB value is (124,138,100). Sum of RGB (Red+Green+Blue) = 124+138+100=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 138 - color contains mainly: green. Hex color #7C8A64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8A64 is #83759B. Grayscale: #818181. Windows color (decimal): -8615324 or 6589052. OLE color: 6589052.
HSL color Cylindrical-coordinate representation of color #7C8A64: hue angle of 82.11º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C8A64 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 138 | 100 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.46 |
| HSL | 82.11º | 0.16% | 0.47% | - |
| HSV(B) | 82.11º | 0.28% | 0.54% | - |
| XYZ | 19.7 | 23.38 | 15.53 | - |
| YUV | 129.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 138 | 100 | 0.10 | 0 | 0.28 | 0.46 | 82.11 | 0.16 | 0.47 |
| Hex | 7C | 8A | 64 | A | 0 | 1C | 2E | 52 | 10 | 2F |
| Octal | 174 | 212 | 144 | 12 | 0 | 34 | 56 | 122 | 20 | 57 |
| Binary | 1111100 | 10001010 | 1100100 | 1010 | 0 | 11100 | 101110 | 1010010 | 10000 | 101111 |
Color Harmonies of #7C8A64
Complementary color
Monochromatic Colors of #7C8A64
Black with #7C8A64
Text Example
Text Example
White with #7C8A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8A64; }
p { color: rgb(124,138,100); }
H1.HeaderClassName
{
color: #7C8A64;
}
.AnyTagClassName
{
color: #7C8A64;
}
</style>
background-color css
<style>
a { background-color: #7C8A64; }
a { background-color: rgb(124,138,100); }
div.DivClassName
{
background-color: #7C8A64;
}
.BgClassName
{
background-color: #7C8A64;
}
</style>
border-color css
<style>
span { border-color: #7C8A64; }
span { border-color: rgb(124,138,100); }
td.TdClassName
{
border-color: #7C8A64;
}
.TagClassName
{
border-color: #7C8A64;
}
</style>