#7EA769

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

Shades of Amulet #7EA769

Tints of Amulet #7EA769

Color information

#7EA769 (or 0x7EA769) is unknown color: approx Amulet. HEX triplet: 7E, A7 and 69. RGB value is (126,167,105). Sum of RGB (Red+Green+Blue) = 126+167+105=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA769 is #815896. Grayscale: #939393. Windows color (decimal): -8476823 or 6924158. OLE color: 6924158.

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

Color convert

RGB126167105-
CMYK0.2500.370.35
HSL99.68º26.05%53.33%-
HSV(B)99.68º37.13%65.49%-
XYZ24.9733.0918.44-
YUV147.67103.92112.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.66%
GREEN value IS 167 (65.62% from 255) = 41.96%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=31.66%
G=41.96%
B=26.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261671050.2500.370.3599.6826.0553.33
Hex7EA7691902523641a35
Octal17624715131045431443265
Binary1111110101001111101001110010100101100011110010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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