Shades of Camouflage Green #7C8A69
Tints of Camouflage Green #7C8A69
RGB
CMYK
RGB Variations
Color information
#7C8A69 (or 0x7C8A69) is known color: Camouflage Green. HEX triplet: 7C, 8A and 69. RGB value is (124,138,105). Sum of RGB (Red+Green+Blue) = 124+138+105=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 138 - color contains mainly: green. Hex color #7C8A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8A69 is #837596. Grayscale: #828282. Windows color (decimal): -8615319 or 6916732. OLE color: 6916732.
HSL color Cylindrical-coordinate representation of color #7C8A69: hue angle of 85.45º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C8A69 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 138 | 105 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.46 |
| HSL | 85.45º | 0.14% | 0.48% | - |
| HSV(B) | 85.45º | 0.24% | 0.54% | - |
| XYZ | 19.95 | 23.48 | 16.85 | - |
| YUV | 130.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 138 | 105 | 0.10 | 0 | 0.24 | 0.46 | 85.45 | 0.14 | 0.48 |
| Hex | 7C | 8A | 69 | A | 0 | 18 | 2E | 55 | E | 30 |
| Octal | 174 | 212 | 151 | 12 | 0 | 30 | 56 | 125 | 16 | 60 |
| Binary | 1111100 | 10001010 | 1101001 | 1010 | 0 | 11000 | 101110 | 1010101 | 1110 | 110000 |
Color Harmonies of #7C8A69
Complementary color
Monochromatic Colors of #7C8A69
Black with #7C8A69
Text Example
Text Example
White with #7C8A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8A69; }
p { color: rgb(124,138,105); }
H1.HeaderClassName
{
color: #7C8A69;
}
.AnyTagClassName
{
color: #7C8A69;
}
</style>
background-color css
<style>
a { background-color: #7C8A69; }
a { background-color: rgb(124,138,105); }
div.DivClassName
{
background-color: #7C8A69;
}
.BgClassName
{
background-color: #7C8A69;
}
</style>
border-color css
<style>
span { border-color: #7C8A69; }
span { border-color: rgb(124,138,105); }
td.TdClassName
{
border-color: #7C8A69;
}
.TagClassName
{
border-color: #7C8A69;
}
</style>