#7EB574

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

Shades of Amulet #7EB574

Tints of Amulet #7EB574

Color information

#7EB574 (or 0x7EB574) is unknown color: approx Amulet. HEX triplet: 7E, B5 and 74. RGB value is (126,181,116). Sum of RGB (Red+Green+Blue) = 126+181+116=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #7EB574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB574 is #814A8B. Grayscale: #9D9D9D. Windows color (decimal): -8473228 or 7648638. OLE color: 7648638.

HSL color Cylindrical-coordinate representation of color #7EB574: hue angle of 110.77º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EB574 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB126181116-
CMYK0.3000.360.29
HSL110.77º30.52%58.24%-
HSV(B)110.77º35.91%70.98%-
XYZ28.2838.7422.51-
YUV157.14104.78105.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.79%
GREEN value IS 181 (71.09% from 255) = 42.79%
BLUE value IS 116 (45.70% from 255) = 27.42%
R=29.79%
G=42.79%
B=27.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261811160.3000.360.29110.7730.5258.24
Hex7EB5741E0241D6f1f3a
Octal17626516436044351573772
Binary111111010110101111010011110010010011101110111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,181,116); }

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

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

 a { background-color: rgb(126,181,116); }

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

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

 span { border-color: rgb(126,181,116); }

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