#7EB175

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

Shades of Amulet #7EB175

Tints of Amulet #7EB175

Color information

#7EB175 (or 0x7EB175) is unknown color: approx Amulet. HEX triplet: 7E, B1 and 75. RGB value is (126,177,117). Sum of RGB (Red+Green+Blue) = 126+177+117=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EB175 is #814E8A. Grayscale: #9B9B9B. Windows color (decimal): -8474251 or 7713150. OLE color: 7713150.

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

Color convert

RGB126177117-
CMYK0.2900.340.31
HSL111º27.78%57.65%-
HSV(B)111º33.9%69.41%-
XYZ27.5437.1622.55-
YUV154.91106.6107.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30%
GREEN value IS 177 (69.53% from 255) = 42.14%
BLUE value IS 117 (46.09% from 255) = 27.86%
R=30%
G=42.14%
B=27.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261771170.2900.340.3111127.7857.65
Hex7EB1751D0221F6f1c3a
Octal17626116535042371573472
Binary111111010110001111010111101010001011111110111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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