#7EA97A

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

Shades of Amulet #7EA97A

Tints of Amulet #7EA97A

Color information

#7EA97A (or 0x7EA97A) is unknown color: approx Amulet. HEX triplet: 7E, A9 and 7A. RGB value is (126,169,122). Sum of RGB (Red+Green+Blue) = 126+169+122=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA97A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA97A is #815685. Grayscale: #969696. Windows color (decimal): -8476294 or 8038782. OLE color: 8038782.

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

Color convert

RGB126169122-
CMYK0.2500.280.34
HSL114.89º21.46%57.06%-
HSV(B)114.89º27.81%66.27%-
XYZ26.3134.2223.63-
YUV150.78111.75110.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.22%
GREEN value IS 169 (66.41% from 255) = 40.53%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=30.22%
G=40.53%
B=29.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1261691220.2500.280.34114.8921.4657.06
Hex7EA97A1901C22731539
Octal17625117231034421632571
Binary111111010101001111101011001011100100010111001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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