#7EB46E

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

Shades of Amulet #7EB46E

Tints of Amulet #7EB46E

Color information

#7EB46E (or 0x7EB46E) is unknown color: approx Amulet. HEX triplet: 7E, B4 and 6E. RGB value is (126,180,110). Sum of RGB (Red+Green+Blue) = 126+180+110=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #7EB46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB46E is #814B91. Grayscale: #9C9C9C. Windows color (decimal): -8473490 or 7255166. OLE color: 7255166.

HSL color Cylindrical-coordinate representation of color #7EB46E: hue angle of 106.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EB46E is Cyan = 0.3, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB126180110-
CMYK0.300.390.29
HSL106.29º31.82%56.86%-
HSV(B)106.29º38.89%70.59%-
XYZ27.7438.220.66-
YUV155.87102.11106.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.29%
GREEN value IS 180 (70.70% from 255) = 43.27%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=30.29%
G=43.27%
B=26.44%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261801100.300.390.29106.2931.8256.86
Hex7EB46E1E0271D6a2039
Octal17626415636047351524071
Binary1111110101101001101110111100100111111011101010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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