#6EA664

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

Shades of Amulet #6EA664

Tints of Amulet #6EA664

Color information

#6EA664 (or 0x6EA664) is unknown color: approx Amulet. HEX triplet: 6E, A6 and 64. RGB value is (110,166,100). Sum of RGB (Red+Green+Blue) = 110+166+100=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #6EA664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA664 is #91599B. Grayscale: #8D8D8D. Windows color (decimal): -9525660 or 6596206. OLE color: 6596206.

HSL color Cylindrical-coordinate representation of color #6EA664: hue angle of 110.91º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EA664 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB110166100-
CMYK0.3400.400.35
HSL110.91º27.05%52.16%-
HSV(B)110.91º39.76%65.1%-
XYZ22.3731.5116.96-
YUV141.73104.45105.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.26%
GREEN value IS 166 (65.23% from 255) = 44.15%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=29.26%
G=44.15%
B=26.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1101661000.3400.400.35110.9127.0552.16
Hex6EA66422028236f1b34
Octal15624614442050431573364
Binary11011101010011011001001000100101000100011110111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,166,100); }

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

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

 a { background-color: rgb(110,166,100); }

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

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

 span { border-color: rgb(110,166,100); }

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