Shades of Camouflage Green #7C8773
Tints of Camouflage Green #7C8773
RGB
CMYK
RGB Variations
Color information
#7C8773 (or 0x7C8773) is known color: Camouflage Green. HEX triplet: 7C, 87 and 73. RGB value is (124,135,115). Sum of RGB (Red+Green+Blue) = 124+135+115=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8773 is #83788C. Grayscale: #818181. Windows color (decimal): -8616077 or 7571324. OLE color: 7571324.
HSL color Cylindrical-coordinate representation of color #7C8773: hue angle of 93º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C8773 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 115 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.47 |
| HSL | 93º | 0.08% | 0.49% | - |
| HSV(B) | 93º | 0.15% | 0.53% | - |
| XYZ | 20.07 | 22.85 | 19.57 | - |
| YUV | 129.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 115 | 0.08 | 0 | 0.15 | 0.47 | 93 | 0.08 | 0.49 |
| Hex | 7C | 87 | 73 | 8 | 0 | F | 2F | 5D | 8 | 31 |
| Octal | 174 | 207 | 163 | 10 | 0 | 17 | 57 | 135 | 10 | 61 |
| Binary | 1111100 | 10000111 | 1110011 | 1000 | 0 | 1111 | 101111 | 1011101 | 1000 | 110001 |
Color Harmonies of #7C8773
Complementary color
Monochromatic Colors of #7C8773
Black with #7C8773
Text Example
Text Example
White with #7C8773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8773; }
p { color: rgb(124,135,115); }
H1.HeaderClassName
{
color: #7C8773;
}
.AnyTagClassName
{
color: #7C8773;
}
</style>
background-color css
<style>
a { background-color: #7C8773; }
a { background-color: rgb(124,135,115); }
div.DivClassName
{
background-color: #7C8773;
}
.BgClassName
{
background-color: #7C8773;
}
</style>
border-color css
<style>
span { border-color: #7C8773; }
span { border-color: rgb(124,135,115); }
td.TdClassName
{
border-color: #7C8773;
}
.TagClassName
{
border-color: #7C8773;
}
</style>