#7EB07C

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

Shades of Amulet #7EB07C

Tints of Amulet #7EB07C

Color information

#7EB07C (or 0x7EB07C) is unknown color: approx Amulet. HEX triplet: 7E, B0 and 7C. RGB value is (126,176,124). Sum of RGB (Red+Green+Blue) = 126+176+124=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #7EB07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EB07C is #814F83. Grayscale: #9B9B9B. Windows color (decimal): -8474500 or 8171646. OLE color: 8171646.

HSL color Cylindrical-coordinate representation of color #7EB07C: hue angle of 117.69º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EB07C is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB126176124-
CMYK0.2800.300.31
HSL117.69º24.76%58.82%-
HSV(B)117.69º29.55%69.02%-
XYZ27.7736.9424.74-
YUV155.12110.44107.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.58%
GREEN value IS 176 (69.14% from 255) = 41.31%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=29.58%
G=41.31%
B=29.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261761240.2800.300.31117.6924.7658.82
Hex7EB07C1C01E1F76193b
Octal17626017434036371663173
Binary11111101011000011111001110001111011111111011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,176,124); }

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

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

 a { background-color: rgb(126,176,124); }

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

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

 span { border-color: rgb(126,176,124); }

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