#7EA17B

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

Shades of Amulet #7EA17B

Tints of Amulet #7EA17B

Color information

#7EA17B (or 0x7EA17B) is unknown color: approx Amulet. HEX triplet: 7E, A1 and 7B. RGB value is (126,161,123). Sum of RGB (Red+Green+Blue) = 126+161+123=410 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.73% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA17B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA17B is #815E84. Grayscale: #929292. Windows color (decimal): -8478341 or 8102270. OLE color: 8102270.

HSL color Cylindrical-coordinate representation of color #7EA17B: hue angle of 115.26º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7EA17B is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB126161123-
CMYK0.2200.240.37
HSL115.26º16.81%55.69%-
HSV(B)115.26º23.6%63.14%-
XYZ24.9231.3623.48-
YUV146.2114.9113.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.73%
GREEN value IS 161 (63.28% from 255) = 39.27%
BLUE value IS 123 (48.44% from 255) = 30%
R=30.73%
G=39.27%
B=30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1261611230.2200.240.37115.2616.8155.69
Hex7EA17B1601825731138
Octal17624117326030451632170
Binary111111010100001111101110110011000100101111001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,161,123); }

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

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

 a { background-color: rgb(126,161,123); }

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

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

 span { border-color: rgb(126,161,123); }

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