#7E8D71

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

Shades of Camouflage Green #7E8D71

Tints of Camouflage Green #7E8D71

Color information

#7E8D71 (or 0x7E8D71) is unknown color: approx Camouflage Green. HEX triplet: 7E, 8D and 71. RGB value is (126,141,113). Sum of RGB (Red+Green+Blue) = 126+141+113=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 141 - color contains mainly: green. Hex color #7E8D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8D71 is #81728E. Grayscale: #858585. Windows color (decimal): -8483471 or 7441790. OLE color: 7441790.

HSL color Cylindrical-coordinate representation of color #7E8D71: hue angle of 92.14º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E8D71 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB126141113-
CMYK0.1100.200.45
HSL92.14º11.02%49.8%-
HSV(B)92.14º19.86%55.29%-
XYZ21.1124.6819.27-
YUV133.32116.53122.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.16%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=33.16%
G=37.11%
B=29.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1261411130.1100.200.4592.1411.0249.8
Hex7E8D71B0142D5cb32
Octal17621516113024551341362
Binary1111110100011011110001101101010010110110111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,141,113); }

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

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

 a { background-color: rgb(126,141,113); }

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

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

 span { border-color: rgb(126,141,113); }

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