#7EA969

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

Shades of Amulet #7EA969

Tints of Amulet #7EA969

Color information

#7EA969 (or 0x7EA969) is unknown color: approx Amulet. HEX triplet: 7E, A9 and 69. RGB value is (126,169,105). Sum of RGB (Red+Green+Blue) = 126+169+105=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA969 is #815696. Grayscale: #959595. Windows color (decimal): -8476311 or 6924670. OLE color: 6924670.

HSL color Cylindrical-coordinate representation of color #7EA969: hue angle of 100.31º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EA969 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB126169105-
CMYK0.2500.380.34
HSL100.31º27.12%53.73%-
HSV(B)100.31º37.87%66.27%-
XYZ25.3433.8318.56-
YUV148.85103.25111.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.5%
GREEN value IS 169 (66.41% from 255) = 42.25%
BLUE value IS 105 (41.41% from 255) = 26.25%
R=31.5%
G=42.25%
B=26.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1261691050.2500.380.34100.3127.1253.73
Hex7EA9691902622641b36
Octal17625115131046421443366
Binary1111110101010011101001110010100110100010110010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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