#7E8576

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

Shades of Camouflage Green #7E8576

Tints of Camouflage Green #7E8576

Color information

#7E8576 (or 0x7E8576) is unknown color: approx Camouflage Green. HEX triplet: 7E, 85 and 76. RGB value is (126,133,118). Sum of RGB (Red+Green+Blue) = 126+133+118=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8576 is #817A89. Grayscale: #818181. Windows color (decimal): -8485514 or 7767422. OLE color: 7767422.

HSL color Cylindrical-coordinate representation of color #7E8576: hue angle of 88º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7E8576 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB126133118-
CMYK0.0500.110.48
HSL88º5.98%49.22%-
HSV(B)88º11.28%52.16%-
XYZ20.2622.5220.42-
YUV129.2121.68125.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.42%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=33.42%
G=35.28%
B=31.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1261331180.0500.110.48885.9849.22
Hex7E857650B3058631
Octal176205166501360130661
Binary1111110100001011110110101010111100001011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,133,118); }

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

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

 a { background-color: rgb(126,133,118); }

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

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

 span { border-color: rgb(126,133,118); }

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