Shades of Camouflage Green #7C8A65
Tints of Camouflage Green #7C8A65
RGB
CMYK
RGB Variations
Color information
#7C8A65 (or 0x7C8A65) is known color: Camouflage Green. HEX triplet: 7C, 8A and 65. RGB value is (124,138,101). Sum of RGB (Red+Green+Blue) = 124+138+101=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 138 - color contains mainly: green. Hex color #7C8A65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8A65 is #83759A. Grayscale: #818181. Windows color (decimal): -8615323 or 6654588. OLE color: 6654588.
HSL color Cylindrical-coordinate representation of color #7C8A65: hue angle of 82.7º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C8A65 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 138 | 101 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.46 |
| HSL | 82.7º | 0.15% | 0.47% | - |
| HSV(B) | 82.7º | 0.27% | 0.54% | - |
| XYZ | 19.75 | 23.4 | 15.79 | - |
| YUV | 129.6 | 111.86 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 138 | 101 | 0.10 | 0 | 0.27 | 0.46 | 82.7 | 0.15 | 0.47 |
| Hex | 7C | 8A | 65 | A | 0 | 1B | 2E | 53 | F | 2F |
| Octal | 174 | 212 | 145 | 12 | 0 | 33 | 56 | 123 | 17 | 57 |
| Binary | 1111100 | 10001010 | 1100101 | 1010 | 0 | 11011 | 101110 | 1010011 | 1111 | 101111 |
Color Harmonies of #7C8A65
Complementary color
Monochromatic Colors of #7C8A65
Black with #7C8A65
Text Example
Text Example
White with #7C8A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8A65; }
p { color: rgb(124,138,101); }
H1.HeaderClassName
{
color: #7C8A65;
}
.AnyTagClassName
{
color: #7C8A65;
}
</style>
background-color css
<style>
a { background-color: #7C8A65; }
a { background-color: rgb(124,138,101); }
div.DivClassName
{
background-color: #7C8A65;
}
.BgClassName
{
background-color: #7C8A65;
}
</style>
border-color css
<style>
span { border-color: #7C8A65; }
span { border-color: rgb(124,138,101); }
td.TdClassName
{
border-color: #7C8A65;
}
.TagClassName
{
border-color: #7C8A65;
}
</style>