#7EAF6D

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

Shades of Amulet #7EAF6D

Tints of Amulet #7EAF6D

Color information

#7EAF6D (or 0x7EAF6D) is unknown color: approx Amulet. HEX triplet: 7E, AF and 6D. RGB value is (126,175,109). Sum of RGB (Red+Green+Blue) = 126+175+109=410 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.73% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAF6D is #815092. Grayscale: #999999. Windows color (decimal): -8474771 or 7188350. OLE color: 7188350.

HSL color Cylindrical-coordinate representation of color #7EAF6D: hue angle of 104.55º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EAF6D is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB126175109-
CMYK0.2800.380.31
HSL104.55º29.2%55.69%-
HSV(B)104.55º37.71%68.63%-
XYZ26.6936.220.05-
YUV152.82103.27108.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.73%
GREEN value IS 175 (68.75% from 255) = 42.68%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=30.73%
G=42.68%
B=26.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261751090.2800.380.31104.5529.255.69
Hex7EAF6D1C0261F691d38
Octal17625715534046371513570
Binary111111010101111110110111100010011011111110100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,175,109); }

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

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

 a { background-color: rgb(126,175,109); }

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

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

 span { border-color: rgb(126,175,109); }

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