Shades of Camouflage Green #7C8871
Tints of Camouflage Green #7C8871
RGB
CMYK
RGB Variations
Color information
#7C8871 (or 0x7C8871) is known color: Camouflage Green. HEX triplet: 7C, 88 and 71. RGB value is (124,136,113). Sum of RGB (Red+Green+Blue) = 124+136+113=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8871 is #83778E. Grayscale: #818181. Windows color (decimal): -8615823 or 7440508. OLE color: 7440508.
HSL color Cylindrical-coordinate representation of color #7C8871: hue angle of 91.3º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C8871 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 113 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.47 |
| HSL | 91.3º | 0.09% | 0.49% | - |
| HSV(B) | 91.3º | 0.17% | 0.53% | - |
| XYZ | 20.1 | 23.09 | 19.02 | - |
| YUV | 129.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 113 | 0.09 | 0 | 0.17 | 0.47 | 91.3 | 0.09 | 0.49 |
| Hex | 7C | 88 | 71 | 9 | 0 | 11 | 2F | 5B | 9 | 31 |
| Octal | 174 | 210 | 161 | 11 | 0 | 21 | 57 | 133 | 11 | 61 |
| Binary | 1111100 | 10001000 | 1110001 | 1001 | 0 | 10001 | 101111 | 1011011 | 1001 | 110001 |
Color Harmonies of #7C8871
Complementary color
Monochromatic Colors of #7C8871
Black with #7C8871
Text Example
Text Example
White with #7C8871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8871; }
p { color: rgb(124,136,113); }
H1.HeaderClassName
{
color: #7C8871;
}
.AnyTagClassName
{
color: #7C8871;
}
</style>
background-color css
<style>
a { background-color: #7C8871; }
a { background-color: rgb(124,136,113); }
div.DivClassName
{
background-color: #7C8871;
}
.BgClassName
{
background-color: #7C8871;
}
</style>
border-color css
<style>
span { border-color: #7C8871; }
span { border-color: rgb(124,136,113); }
td.TdClassName
{
border-color: #7C8871;
}
.TagClassName
{
border-color: #7C8871;
}
</style>