Shades of Camouflage Green #7C8765
Tints of Camouflage Green #7C8765
RGB
CMYK
RGB Variations
Color information
#7C8765 (or 0x7C8765) is known color: Camouflage Green. HEX triplet: 7C, 87 and 65. RGB value is (124,135,101). Sum of RGB (Red+Green+Blue) = 124+135+101=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8765 is #83789A. Grayscale: #7F7F7F. Windows color (decimal): -8616091 or 6653820. OLE color: 6653820.
HSL color Cylindrical-coordinate representation of color #7C8765: hue angle of 79.41º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C8765 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 101 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.47 |
| HSL | 79.41º | 0.14% | 0.46% | - |
| HSV(B) | 79.41º | 0.25% | 0.53% | - |
| XYZ | 19.33 | 22.55 | 15.65 | - |
| YUV | 127.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 101 | 0.08 | 0 | 0.25 | 0.47 | 79.41 | 0.14 | 0.46 |
| Hex | 7C | 87 | 65 | 8 | 0 | 19 | 2F | 4F | E | 2E |
| Octal | 174 | 207 | 145 | 10 | 0 | 31 | 57 | 117 | 16 | 56 |
| Binary | 1111100 | 10000111 | 1100101 | 1000 | 0 | 11001 | 101111 | 1001111 | 1110 | 101110 |
Color Harmonies of #7C8765
Complementary color
Monochromatic Colors of #7C8765
Black with #7C8765
Text Example
Text Example
White with #7C8765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8765; }
p { color: rgb(124,135,101); }
H1.HeaderClassName
{
color: #7C8765;
}
.AnyTagClassName
{
color: #7C8765;
}
</style>
background-color css
<style>
a { background-color: #7C8765; }
a { background-color: rgb(124,135,101); }
div.DivClassName
{
background-color: #7C8765;
}
.BgClassName
{
background-color: #7C8765;
}
</style>
border-color css
<style>
span { border-color: #7C8765; }
span { border-color: rgb(124,135,101); }
td.TdClassName
{
border-color: #7C8765;
}
.TagClassName
{
border-color: #7C8765;
}
</style>