#7EB378

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

Shades of Amulet #7EB378

Tints of Amulet #7EB378

Color information

#7EB378 (or 0x7EB378) is unknown color: approx Amulet. HEX triplet: 7E, B3 and 78. RGB value is (126,179,120). Sum of RGB (Red+Green+Blue) = 126+179+120=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #7EB378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB378 is #814C87. Grayscale: #9C9C9C. Windows color (decimal): -8473736 or 7910270. OLE color: 7910270.

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

Color convert

RGB126179120-
CMYK0.3000.330.30
HSL113.9º27.96%58.63%-
HSV(B)113.9º32.96%70.2%-
XYZ28.1138.0323.63-
YUV156.43107.44106.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.65%
GREEN value IS 179 (70.31% from 255) = 42.12%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=29.65%
G=42.12%
B=28.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1261791200.3000.330.30113.927.9658.63
Hex7EB3781E0211E721c3b
Octal17626317036041361623473
Binary111111010110011111100011110010000111110111001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,179,120); }

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

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

 a { background-color: rgb(126,179,120); }

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

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

 span { border-color: rgb(126,179,120); }

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