#7EAD7D

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

Shades of Amulet #7EAD7D

Tints of Amulet #7EAD7D

Color information

#7EAD7D (or 0x7EAD7D) is unknown color: approx Amulet. HEX triplet: 7E, AD and 7D. RGB value is (126,173,125). Sum of RGB (Red+Green+Blue) = 126+173+125=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAD7D is #815282. Grayscale: #999999. Windows color (decimal): -8475267 or 8236414. OLE color: 8236414.

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

Color convert

RGB126173125-
CMYK0.2700.280.32
HSL118.75º22.64%58.43%-
HSV(B)118.75º27.75%67.84%-
XYZ27.2535.824.88-
YUV153.48111.93108.4-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.72%
GREEN value IS 173 (67.97% from 255) = 40.80%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=29.72%
G=40.80%
B=29.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261731250.2700.280.32118.7522.6458.43
Hex7EAD7D1B01C2077173a
Octal17625517533034401672772
Binary111111010101101111110111011011100100000111011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,173,125); }

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

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

 a { background-color: rgb(126,173,125); }

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

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

 span { border-color: rgb(126,173,125); }

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