Shades of Camouflage Green #7C8575
Tints of Camouflage Green #7C8575
RGB
CMYK
RGB Variations
Color information
#7C8575 (or 0x7C8575) is known color: Camouflage Green. HEX triplet: 7C, 85 and 75. RGB value is (124,133,117). Sum of RGB (Red+Green+Blue) = 124+133+117=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8575 is #837A8A. Grayscale: #808080. Windows color (decimal): -8616587 or 7701884. OLE color: 7701884.
HSL color Cylindrical-coordinate representation of color #7C8575: hue angle of 93.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7C8575 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 117 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.48 |
| HSL | 93.75º | 0.06% | 0.49% | - |
| HSV(B) | 93.75º | 0.12% | 0.52% | - |
| XYZ | 19.91 | 22.34 | 20.09 | - |
| YUV | 128.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 117 | 0.07 | 0 | 0.12 | 0.48 | 93.75 | 0.06 | 0.49 |
| Hex | 7C | 85 | 75 | 7 | 0 | C | 30 | 5E | 6 | 31 |
| Octal | 174 | 205 | 165 | 7 | 0 | 14 | 60 | 136 | 6 | 61 |
| Binary | 1111100 | 10000101 | 1110101 | 111 | 0 | 1100 | 110000 | 1011110 | 110 | 110001 |
Color Harmonies of #7C8575
Complementary color
Monochromatic Colors of #7C8575
Black with #7C8575
Text Example
Text Example
White with #7C8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8575; }
p { color: rgb(124,133,117); }
H1.HeaderClassName
{
color: #7C8575;
}
.AnyTagClassName
{
color: #7C8575;
}
</style>
background-color css
<style>
a { background-color: #7C8575; }
a { background-color: rgb(124,133,117); }
div.DivClassName
{
background-color: #7C8575;
}
.BgClassName
{
background-color: #7C8575;
}
</style>
border-color css
<style>
span { border-color: #7C8575; }
span { border-color: rgb(124,133,117); }
td.TdClassName
{
border-color: #7C8575;
}
.TagClassName
{
border-color: #7C8575;
}
</style>