#7E8777

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

Shades of Camouflage Green #7E8777

Tints of Camouflage Green #7E8777

Color information

#7E8777 (or 0x7E8777) is unknown color: approx Camouflage Green. HEX triplet: 7E, 87 and 77. RGB value is (126,135,119). Sum of RGB (Red+Green+Blue) = 126+135+119=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 135 - color contains mainly: green. Hex color #7E8777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8777 is #817888. Grayscale: #828282. Windows color (decimal): -8485001 or 7833470. OLE color: 7833470.

HSL color Cylindrical-coordinate representation of color #7E8777: hue angle of 93.75º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E8777 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB126135119-
CMYK0.0700.120.47
HSL93.75º6.3%49.8%-
HSV(B)93.75º11.85%52.94%-
XYZ20.623.120.83-
YUV130.48121.52124.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.16%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=33.16%
G=35.53%
B=31.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1261351190.0700.120.4793.756.349.8
Hex7E877770C2F5e632
Octal176207167701457136662
Binary1111110100001111110111111011001011111011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,135,119); }

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

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

 a { background-color: rgb(126,135,119); }

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

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

 span { border-color: rgb(126,135,119); }

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