#7EA972

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

Shades of Amulet #7EA972

Tints of Amulet #7EA972

Color information

#7EA972 (or 0x7EA972) is unknown color: approx Amulet. HEX triplet: 7E, A9 and 72. RGB value is (126,169,114). Sum of RGB (Red+Green+Blue) = 126+169+114=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA972 is #81568D. Grayscale: #969696. Windows color (decimal): -8476302 or 7514494. OLE color: 7514494.

HSL color Cylindrical-coordinate representation of color #7EA972: hue angle of 106.91º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EA972 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB126169114-
CMYK0.2500.330.34
HSL106.91º24.23%55.49%-
HSV(B)106.91º32.54%66.27%-
XYZ25.8334.0321.13-
YUV149.87107.75110.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.81%
GREEN value IS 169 (66.41% from 255) = 41.32%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=30.81%
G=41.32%
B=27.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1261691140.2500.330.34106.9124.2355.49
Hex7EA97219021226b1837
Octal17625116231041421533067
Binary1111110101010011110010110010100001100010110101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,169,114); }

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

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

 a { background-color: rgb(126,169,114); }

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

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

 span { border-color: rgb(126,169,114); }

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