Shades of Camouflage Green #7C876B
Tints of Camouflage Green #7C876B
RGB
CMYK
RGB Variations
Color information
#7C876B (or 0x7C876B) is known color: Camouflage Green. HEX triplet: 7C, 87 and 6B. RGB value is (124,135,107). Sum of RGB (Red+Green+Blue) = 124+135+107=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #7C876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C876B is #837894. Grayscale: #808080. Windows color (decimal): -8616085 or 7047036. OLE color: 7047036.
HSL color Cylindrical-coordinate representation of color #7C876B: hue angle of 83.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C876B is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 107 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.47 |
| HSL | 83.57º | 0.12% | 0.47% | - |
| HSV(B) | 83.57º | 0.21% | 0.53% | - |
| XYZ | 19.63 | 22.67 | 17.25 | - |
| YUV | 128.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 107 | 0.08 | 0 | 0.21 | 0.47 | 83.57 | 0.12 | 0.47 |
| Hex | 7C | 87 | 6B | 8 | 0 | 15 | 2F | 54 | C | 2F |
| Octal | 174 | 207 | 153 | 10 | 0 | 25 | 57 | 124 | 14 | 57 |
| Binary | 1111100 | 10000111 | 1101011 | 1000 | 0 | 10101 | 101111 | 1010100 | 1100 | 101111 |
Color Harmonies of #7C876B
Complementary color
Monochromatic Colors of #7C876B
Black with #7C876B
Text Example
Text Example
White with #7C876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C876B; }
p { color: rgb(124,135,107); }
H1.HeaderClassName
{
color: #7C876B;
}
.AnyTagClassName
{
color: #7C876B;
}
</style>
background-color css
<style>
a { background-color: #7C876B; }
a { background-color: rgb(124,135,107); }
div.DivClassName
{
background-color: #7C876B;
}
.BgClassName
{
background-color: #7C876B;
}
</style>
border-color css
<style>
span { border-color: #7C876B; }
span { border-color: rgb(124,135,107); }
td.TdClassName
{
border-color: #7C876B;
}
.TagClassName
{
border-color: #7C876B;
}
</style>