#7EAA73

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

Shades of Amulet #7EAA73

Tints of Amulet #7EAA73

Color information

#7EAA73 (or 0x7EAA73) is unknown color: approx Amulet. HEX triplet: 7E, AA and 73. RGB value is (126,170,115). Sum of RGB (Red+Green+Blue) = 126+170+115=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA73 is #81558C. Grayscale: #969696. Windows color (decimal): -8476045 or 7580286. OLE color: 7580286.

HSL color Cylindrical-coordinate representation of color #7EAA73: hue angle of 108º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EAA73 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB126170115-
CMYK0.2600.320.33
HSL108º24.44%55.88%-
HSV(B)108º32.35%66.67%-
XYZ26.0734.4221.49-
YUV150.57107.92110.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.66%
GREEN value IS 170 (66.80% from 255) = 41.36%
BLUE value IS 115 (45.31% from 255) = 27.98%
R=30.66%
G=41.36%
B=27.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261701150.2600.320.3310824.4455.88
Hex7EAA731A020216c1838
Octal17625216332040411543070
Binary1111110101010101110011110100100000100001110110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,170,115); }

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

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

 a { background-color: rgb(126,170,115); }

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

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

 span { border-color: rgb(126,170,115); }

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