#7EAD75

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

Shades of Amulet #7EAD75

Tints of Amulet #7EAD75

Color information

#7EAD75 (or 0x7EAD75) is unknown color: approx Amulet. HEX triplet: 7E, AD and 75. RGB value is (126,173,117). Sum of RGB (Red+Green+Blue) = 126+173+117=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAD75 is #81528A. Grayscale: #989898. Windows color (decimal): -8475275 or 7712126. OLE color: 7712126.

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

Color convert

RGB126173117-
CMYK0.2700.320.32
HSL110.36º25.45%56.86%-
HSV(B)110.36º32.37%67.84%-
XYZ26.7635.6122.29-
YUV152.56107.93109.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.29%
GREEN value IS 173 (67.97% from 255) = 41.59%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=30.29%
G=41.59%
B=28.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261731170.2700.320.32110.3625.4556.86
Hex7EAD751B020206e1939
Octal17625516533040401563171
Binary1111110101011011110101110110100000100000110111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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