#7EB16C

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

Shades of Amulet #7EB16C

Tints of Amulet #7EB16C

Color information

#7EB16C (or 0x7EB16C) is unknown color: approx Amulet. HEX triplet: 7E, B1 and 6C. RGB value is (126,177,108). Sum of RGB (Red+Green+Blue) = 126+177+108=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EB16C is #814E93. Grayscale: #9A9A9A. Windows color (decimal): -8474260 or 7123326. OLE color: 7123326.

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

Color convert

RGB126177108-
CMYK0.2900.390.31
HSL104.35º30.67%55.88%-
HSV(B)104.35º38.98%69.41%-
XYZ27.0336.9619.9-
YUV153.89102.1108.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.66%
GREEN value IS 177 (69.53% from 255) = 43.07%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=30.66%
G=43.07%
B=26.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261771080.2900.390.31104.3530.6755.88
Hex7EB16C1D0271F681f38
Octal17626115435047371503770
Binary111111010110001110110011101010011111111110100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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