Shades of Camouflage Green #7C8574
Tints of Camouflage Green #7C8574
RGB
CMYK
RGB Variations
Color information
#7C8574 (or 0x7C8574) is known color: Camouflage Green. HEX triplet: 7C, 85 and 74. RGB value is (124,133,116). Sum of RGB (Red+Green+Blue) = 124+133+116=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8574 is #837A8B. Grayscale: #808080. Windows color (decimal): -8616588 or 7636348. OLE color: 7636348.
HSL color Cylindrical-coordinate representation of color #7C8574: hue angle of 91.76º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C8574 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 116 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.48 |
| HSL | 91.76º | 0.07% | 0.49% | - |
| HSV(B) | 91.76º | 0.13% | 0.52% | - |
| XYZ | 19.85 | 22.32 | 19.79 | - |
| YUV | 128.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 116 | 0.07 | 0 | 0.13 | 0.48 | 91.76 | 0.07 | 0.49 |
| Hex | 7C | 85 | 74 | 7 | 0 | D | 30 | 5C | 7 | 31 |
| Octal | 174 | 205 | 164 | 7 | 0 | 15 | 60 | 134 | 7 | 61 |
| Binary | 1111100 | 10000101 | 1110100 | 111 | 0 | 1101 | 110000 | 1011100 | 111 | 110001 |
Color Harmonies of #7C8574
Complementary color
Monochromatic Colors of #7C8574
Black with #7C8574
Text Example
Text Example
White with #7C8574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8574; }
p { color: rgb(124,133,116); }
H1.HeaderClassName
{
color: #7C8574;
}
.AnyTagClassName
{
color: #7C8574;
}
</style>
background-color css
<style>
a { background-color: #7C8574; }
a { background-color: rgb(124,133,116); }
div.DivClassName
{
background-color: #7C8574;
}
.BgClassName
{
background-color: #7C8574;
}
</style>
border-color css
<style>
span { border-color: #7C8574; }
span { border-color: rgb(124,133,116); }
td.TdClassName
{
border-color: #7C8574;
}
.TagClassName
{
border-color: #7C8574;
}
</style>