#7C8571

Color #7C8571 Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #7C8571

Tints of Camouflage Green #7C8571

Color information

#7C8571 (or 0x7C8571) is unknown color: approx Camouflage Green. HEX triplet: 7C, 85 and 71. RGB value is (124,133,113). Sum of RGB (Red+Green+Blue) = 124+133+113=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8571 is #837A8E. Grayscale: #808080. Windows color (decimal): -8616591 or 7439740. OLE color: 7439740.

HSL color Cylindrical-coordinate representation of color #7C8571: hue angle of 87º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C8571 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB124133113-
CMYK0.0700.150.48
HSL87º8.13%48.24%-
HSV(B)87º15.04%52.16%-
XYZ19.6822.2518.88-
YUV128.03119.52125.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 33.51%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=33.51%
G=35.95%
B=30.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1241331130.0700.150.48878.1348.24
Hex7C857170F3057830
Octal1742051617017601271060
Binary11111001000010111100011110111111000010101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C8571; }

 p { color: rgb(124,133,113); }

 H1.HeaderClassName
 {
   color: #7C8571;
 }
 .AnyTagClassName
 {
   color: #7C8571;
 }
</style>
background-color css

<style>
 a { background-color: #7C8571; }

 a { background-color: rgb(124,133,113); }

 div.DivClassName
 {
   background-color: #7C8571;
 }
 .BgClassName
 {
   background-color: #7C8571;
 }
</style>
border-color css

<style>
 span { border-color: #7C8571; }

 span { border-color: rgb(124,133,113); }

 td.TdClassName
 {
   border-color: #7C8571;
 }
 .TagClassName
 {
   border-color: #7C8571;
 }
</style>