#7EA67B

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

Shades of Amulet #7EA67B

Tints of Amulet #7EA67B

Color information

#7EA67B (or 0x7EA67B) is unknown color: approx Amulet. HEX triplet: 7E, A6 and 7B. RGB value is (126,166,123). Sum of RGB (Red+Green+Blue) = 126+166+123=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA67B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA67B is #815984. Grayscale: #959595. Windows color (decimal): -8477061 or 8103550. OLE color: 8103550.

HSL color Cylindrical-coordinate representation of color #7EA67B: hue angle of 115.81º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7EA67B is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB126166123-
CMYK0.2400.260.35
HSL115.81º19.46%56.67%-
HSV(B)115.81º25.9%65.1%-
XYZ25.8233.1423.77-
YUV149.14113.25111.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.36%
GREEN value IS 166 (65.23% from 255) = 40%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=30.36%
G=40%
B=29.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261661230.2400.260.35115.8119.4656.67
Hex7EA67B1801A23741339
Octal17624617330032431642371
Binary111111010100110111101111000011010100011111010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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