#6EA663

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

Shades of Amulet #6EA663

Tints of Amulet #6EA663

Color information

#6EA663 (or 0x6EA663) is unknown color: approx Amulet. HEX triplet: 6E, A6 and 63. RGB value is (110,166,99). Sum of RGB (Red+Green+Blue) = 110+166+99=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #6EA663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA663 is #91599C. Grayscale: #8D8D8D. Windows color (decimal): -9525661 or 6530670. OLE color: 6530670.

HSL color Cylindrical-coordinate representation of color #6EA663: hue angle of 110.15º 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 #6EA663 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB11016699-
CMYK0.3400.400.35
HSL110.15º27.35%51.96%-
HSV(B)110.15º40.36%65.1%-
XYZ22.3231.4916.71-
YUV141.62103.95105.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.33%
GREEN value IS 166 (65.23% from 255) = 44.27%
BLUE value IS 99 (39.06% from 255) = 26.4%
R=29.33%
G=44.27%
B=26.4%

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
Decimal110166990.3400.400.35110.1527.3551.96
Hex6EA66322028236e1b34
Octal15624614342050431563364
Binary11011101010011011000111000100101000100011110111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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