#7EA26F

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

Shades of Amulet #7EA26F

Tints of Amulet #7EA26F

Color information

#7EA26F (or 0x7EA26F) is unknown color: approx Amulet. HEX triplet: 7E, A2 and 6F. RGB value is (126,162,111). Sum of RGB (Red+Green+Blue) = 126+162+111=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA26F is #815D90. Grayscale: #919191. Windows color (decimal): -8478097 or 7316094. OLE color: 7316094.

HSL color Cylindrical-coordinate representation of color #7EA26F: hue angle of 102.35º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7EA26F is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB126162111-
CMYK0.2200.310.36
HSL102.35º21.52%53.53%-
HSV(B)102.35º31.48%63.53%-
XYZ24.3931.4219.82-
YUV145.42108.57114.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.58%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=31.58%
G=40.60%
B=27.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1261621110.2200.310.36102.3521.5253.53
Hex7EA26F1601F24661636
Octal17624215726037441462666
Binary111111010100010110111110110011111100100110011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,162,111); }

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

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

 a { background-color: rgb(126,162,111); }

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

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

 span { border-color: rgb(126,162,111); }

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