#7EB477

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

Shades of Amulet #7EB477

Tints of Amulet #7EB477

Color information

#7EB477 (or 0x7EB477) is unknown color: approx Amulet. HEX triplet: 7E, B4 and 77. RGB value is (126,180,119). Sum of RGB (Red+Green+Blue) = 126+180+119=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #7EB477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB477 is #814B88. Grayscale: #9D9D9D. Windows color (decimal): -8473481 or 7844990. OLE color: 7844990.

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

Color convert

RGB126180119-
CMYK0.300.340.29
HSL113.11º28.91%58.63%-
HSV(B)113.11º33.89%70.59%-
XYZ28.2638.4123.38-
YUV156.9106.61105.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.65%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 119 (46.88% from 255) = 28%
R=29.65%
G=42.35%
B=28%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261801190.300.340.29113.1128.9158.63
Hex7EB4771E0221D711d3b
Octal17626416736042351613573
Binary111111010110100111011111110010001011101111000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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