#7EAB75

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

Shades of Amulet #7EAB75

Tints of Amulet #7EAB75

Color information

#7EAB75 (or 0x7EAB75) is unknown color: approx Amulet. HEX triplet: 7E, AB and 75. RGB value is (126,171,117). Sum of RGB (Red+Green+Blue) = 126+171+117=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAB75 is #81548A. Grayscale: #979797. Windows color (decimal): -8475787 or 7711614. OLE color: 7711614.

HSL color Cylindrical-coordinate representation of color #7EAB75: hue angle of 110º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EAB75 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB126171117-
CMYK0.2600.320.33
HSL110º24.32%56.47%-
HSV(B)110º31.58%67.06%-
XYZ26.3834.8522.17-
YUV151.39108.59109.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.43%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=30.43%
G=41.30%
B=28.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261711170.2600.320.3311024.3256.47
Hex7EAB751A020216e1838
Octal17625316532040411563070
Binary1111110101010111110101110100100000100001110111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,171,117); }

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

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

 a { background-color: rgb(126,171,117); }

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

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

 span { border-color: rgb(126,171,117); }

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