Shades of Camouflage Green #7C8763
Tints of Camouflage Green #7C8763
RGB
CMYK
RGB Variations
Color information
#7C8763 (or 0x7C8763) is known color: Camouflage Green. HEX triplet: 7C, 87 and 63. RGB value is (124,135,99). Sum of RGB (Red+Green+Blue) = 124+135+99=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8763 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8763 is #83789C. Grayscale: #7F7F7F. Windows color (decimal): -8616093 or 6522748. OLE color: 6522748.
HSL color Cylindrical-coordinate representation of color #7C8763: hue angle of 78.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C8763 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 99 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.47 |
| HSL | 78.33º | 0.15% | 0.46% | - |
| HSV(B) | 78.33º | 0.27% | 0.53% | - |
| XYZ | 19.23 | 22.51 | 15.14 | - |
| YUV | 127.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 99 | 0.08 | 0 | 0.27 | 0.47 | 78.33 | 0.15 | 0.46 |
| Hex | 7C | 87 | 63 | 8 | 0 | 1B | 2F | 4E | F | 2E |
| Octal | 174 | 207 | 143 | 10 | 0 | 33 | 57 | 116 | 17 | 56 |
| Binary | 1111100 | 10000111 | 1100011 | 1000 | 0 | 11011 | 101111 | 1001110 | 1111 | 101110 |
Color Harmonies of #7C8763
Complementary color
Monochromatic Colors of #7C8763
Black with #7C8763
Text Example
Text Example
White with #7C8763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8763; }
p { color: rgb(124,135,99); }
H1.HeaderClassName
{
color: #7C8763;
}
.AnyTagClassName
{
color: #7C8763;
}
</style>
background-color css
<style>
a { background-color: #7C8763; }
a { background-color: rgb(124,135,99); }
div.DivClassName
{
background-color: #7C8763;
}
.BgClassName
{
background-color: #7C8763;
}
</style>
border-color css
<style>
span { border-color: #7C8763; }
span { border-color: rgb(124,135,99); }
td.TdClassName
{
border-color: #7C8763;
}
.TagClassName
{
border-color: #7C8763;
}
</style>