#7EAF79

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

Shades of Amulet #7EAF79

Tints of Amulet #7EAF79

Color information

#7EAF79 (or 0x7EAF79) is unknown color: approx Amulet. HEX triplet: 7E, AF and 79. RGB value is (126,175,121). Sum of RGB (Red+Green+Blue) = 126+175+121=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAF79 is #815086. Grayscale: #9A9A9A. Windows color (decimal): -8474759 or 7974782. OLE color: 7974782.

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

Color convert

RGB126175121-
CMYK0.2800.310.31
HSL114.44º25.23%58.04%-
HSV(B)114.44º30.86%68.63%-
XYZ27.3936.4823.69-
YUV154.19109.27107.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.86%
GREEN value IS 175 (68.75% from 255) = 41.47%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=29.86%
G=41.47%
B=28.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261751210.2800.310.31114.4425.2358.04
Hex7EAF791C01F1F72193a
Octal17625717134037371623172
Binary11111101010111111110011110001111111111111001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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