#6EA060

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

Shades of Amulet #6EA060

Tints of Amulet #6EA060

Color information

#6EA060 (or 0x6EA060) is unknown color: approx Amulet. HEX triplet: 6E, A0 and 60. RGB value is (110,160,96). Sum of RGB (Red+Green+Blue) = 110+160+96=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA060 is #915F9F. Grayscale: #898989. Windows color (decimal): -9527200 or 6332526. OLE color: 6332526.

HSL color Cylindrical-coordinate representation of color #6EA060: hue angle of 106.88º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EA060 is Cyan = 0.31, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB11016096-
CMYK0.3100.40.37
HSL106.88º25.2%50.2%-
HSV(B)106.88º40%62.75%-
XYZ21.1129.315.61-
YUV137.75104.44108.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.05%
GREEN value IS 160 (62.89% from 255) = 43.72%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=30.05%
G=43.72%
B=26.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal110160960.3100.40.37106.8825.250.2
Hex6EA0601F028256b1932
Octal15624014037050451533162
Binary1101110101000001100000111110101000100101110101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,160,96); }

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

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

 a { background-color: rgb(110,160,96); }

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

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

 span { border-color: rgb(110,160,96); }

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