#7EA768

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

Shades of Amulet #7EA768

Tints of Amulet #7EA768

Color information

#7EA768 (or 0x7EA768) is unknown color: approx Amulet. HEX triplet: 7E, A7 and 68. RGB value is (126,167,104). Sum of RGB (Red+Green+Blue) = 126+167+104=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA768 is #815897. Grayscale: #939393. Windows color (decimal): -8476824 or 6858622. OLE color: 6858622.

HSL color Cylindrical-coordinate representation of color #7EA768: hue angle of 99.05º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EA768 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB126167104-
CMYK0.2500.380.35
HSL99.05º26.36%53.14%-
HSV(B)99.05º37.72%65.49%-
XYZ24.9233.0718.17-
YUV147.56103.42112.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.74%
GREEN value IS 167 (65.62% from 255) = 42.07%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=31.74%
G=42.07%
B=26.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261671040.2500.380.3599.0526.3653.14
Hex7EA7681902623631a35
Octal17624715031046431433265
Binary1111110101001111101000110010100110100011110001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,167,104); }

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

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

 a { background-color: rgb(126,167,104); }

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

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

 span { border-color: rgb(126,167,104); }

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