#7eaf70

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

Shades of Amulet #7EAF70

Tints of Amulet #7EAF70

Color information

#7EAF70 (or 0x7EAF70) is unknown color: approx Amulet. HEX triplet: 7E, AF and 70. RGB value is (126,175,112). Sum of RGB (Red+Green+Blue) = 126+175+112=413 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.51% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAF70 is #81508F. Grayscale: #999999. Windows color (decimal): -8474768 or 7384958. OLE color: 7384958.

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

Color convert

RGB126175112-
CMYK0.2800.360.31
HSL106.67º28.25%56.27%-
HSV(B)106.67º36%68.63%-
XYZ26.8636.2720.91-
YUV153.17104.77108.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.51%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=30.51%
G=42.37%
B=27.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261751120.2800.360.31106.6728.2556.27
Hex7EAF701C0241F6b1c38
Octal17625716034044371533470
Binary111111010101111111000011100010010011111110101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7eaf70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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