#7EB675

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

Shades of Amulet #7EB675

Tints of Amulet #7EB675

Color information

#7EB675 (or 0x7EB675) is unknown color: approx Amulet. HEX triplet: 7E, B6 and 75. RGB value is (126,182,117). Sum of RGB (Red+Green+Blue) = 126+182+117=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 182 - color contains mainly: green. Hex color #7EB675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB675 is #81498A. Grayscale: #9E9E9E. Windows color (decimal): -8472971 or 7714430. OLE color: 7714430.

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

Color convert

RGB126182117-
CMYK0.3100.360.29
HSL111.69º30.81%58.63%-
HSV(B)111.69º35.71%71.37%-
XYZ28.5439.1822.89-
YUV157.85104.95105.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.65%
GREEN value IS 182 (71.48% from 255) = 42.82%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=29.65%
G=42.82%
B=27.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261821170.3100.360.29111.6930.8158.63
Hex7EB6751F0241D701f3b
Octal17626616537044351603773
Binary111111010110110111010111111010010011101111000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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