#6EA466

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

Shades of Amulet #6EA466

Tints of Amulet #6EA466

Color information

#6EA466 (or 0x6EA466) is unknown color: approx Amulet. HEX triplet: 6E, A4 and 66. RGB value is (110,164,102). Sum of RGB (Red+Green+Blue) = 110+164+102=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA466 is #915B99. Grayscale: #8C8C8C. Windows color (decimal): -9526170 or 6726766. OLE color: 6726766.

HSL color Cylindrical-coordinate representation of color #6EA466: hue angle of 112.26º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EA466 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB110164102-
CMYK0.3300.380.36
HSL112.26º25.41%52.16%-
HSV(B)112.26º37.8%64.31%-
XYZ22.130.8317.36-
YUV140.79106.11106.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.26%
GREEN value IS 164 (64.45% from 255) = 43.62%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=29.26%
G=43.62%
B=27.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101641020.3300.380.36112.2625.4152.16
Hex6EA4662102624701934
Octal15624414641046441603164
Binary11011101010010011001101000010100110100100111000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EA466; }

 p { color: rgb(110,164,102); }

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

<style>
 a { background-color: #6EA466; }

 a { background-color: rgb(110,164,102); }

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

<style>
 span { border-color: #6EA466; }

 span { border-color: rgb(110,164,102); }

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