#7EB479

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

Shades of Amulet #7EB479

Tints of Amulet #7EB479

Color information

#7EB479 (or 0x7EB479) is unknown color: approx Amulet. HEX triplet: 7E, B4 and 79. RGB value is (126,180,121). Sum of RGB (Red+Green+Blue) = 126+180+121=427 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.51% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #7EB479 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB479 is #814B86. Grayscale: #9D9D9D. Windows color (decimal): -8473479 or 7976062. OLE color: 7976062.

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

Color convert

RGB126180121-
CMYK0.300.330.29
HSL114.92º28.23%59.02%-
HSV(B)114.92º32.78%70.59%-
XYZ28.3838.4624.02-
YUV157.13107.61105.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.51%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=29.51%
G=42.15%
B=28.34%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261801210.300.330.29114.9228.2359.02
Hex7EB4791E0211D731c3b
Octal17626417136041351633473
Binary111111010110100111100111110010000111101111001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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