#7E906E

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

Shades of Camouflage Green #7E906E

Tints of Camouflage Green #7E906E

Color information

#7E906E (or 0x7E906E) is unknown color: approx Camouflage Green. HEX triplet: 7E, 90 and 6E. RGB value is (126,144,110). Sum of RGB (Red+Green+Blue) = 126+144+110=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #7E906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E906E is #816F91. Grayscale: #868686. Windows color (decimal): -8482706 or 7245950. OLE color: 7245950.

HSL color Cylindrical-coordinate representation of color #7E906E: hue angle of 91.76º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E906E is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB126144110-
CMYK0.1200.240.44
HSL91.76º13.39%49.8%-
HSV(B)91.76º23.61%56.47%-
XYZ21.3925.5118.55-
YUV134.74114.04121.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.16%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=33.16%
G=37.89%
B=28.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1261441100.1200.240.4491.7613.3949.8
Hex7E906EC0182C5cd32
Octal17622015614030541341562
Binary1111110100100001101110110001100010110010111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,144,110); }

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

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

 a { background-color: rgb(126,144,110); }

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

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

 span { border-color: rgb(126,144,110); }

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