#7EAE7B

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

Shades of Amulet #7EAE7B

Tints of Amulet #7EAE7B

Color information

#7EAE7B (or 0x7EAE7B) is unknown color: approx Amulet. HEX triplet: 7E, AE and 7B. RGB value is (126,174,123). Sum of RGB (Red+Green+Blue) = 126+174+123=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAE7B is #815184. Grayscale: #999999. Windows color (decimal): -8475013 or 8105598. OLE color: 8105598.

HSL color Cylindrical-coordinate representation of color #7EAE7B: hue angle of 116.47º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EAE7B is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB126174123-
CMYK0.2800.290.32
HSL116.47º23.94%58.24%-
HSV(B)116.47º29.31%68.24%-
XYZ27.3236.1424.27-
YUV153.83110.6108.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.79%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=29.79%
G=41.13%
B=29.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261741230.2800.290.32116.4723.9458.24
Hex7EAE7B1C01D2074183a
Octal17625617334035401643072
Binary111111010101110111101111100011101100000111010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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