#7EB170

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

Shades of Amulet #7EB170

Tints of Amulet #7EB170

Color information

#7EB170 (or 0x7EB170) is unknown color: approx Amulet. HEX triplet: 7E, B1 and 70. RGB value is (126,177,112). Sum of RGB (Red+Green+Blue) = 126+177+112=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EB170 is #814E8F. Grayscale: #9A9A9A. Windows color (decimal): -8474256 or 7385470. OLE color: 7385470.

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

Color convert

RGB126177112-
CMYK0.2900.370.31
HSL107.08º29.41%56.67%-
HSV(B)107.08º36.72%69.41%-
XYZ27.2537.0521.04-
YUV154.34104.1107.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.36%
GREEN value IS 177 (69.53% from 255) = 42.65%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=30.36%
G=42.65%
B=26.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261771120.2900.370.31107.0829.4156.67
Hex7EB1701D0251F6b1d39
Octal17626116035045371533571
Binary111111010110001111000011101010010111111110101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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