#6EA560

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

Shades of Amulet #6EA560

Tints of Amulet #6EA560

Color information

#6EA560 (or 0x6EA560) is unknown color: approx Amulet. HEX triplet: 6E, A5 and 60. RGB value is (110,165,96). Sum of RGB (Red+Green+Blue) = 110+165+96=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA560 is #915A9F. Grayscale: #8C8C8C. Windows color (decimal): -9525920 or 6333806. OLE color: 6333806.

HSL color Cylindrical-coordinate representation of color #6EA560: hue angle of 107.83º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EA560 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB11016596-
CMYK0.3300.420.35
HSL107.83º27.71%51.18%-
HSV(B)107.83º41.82%64.71%-
XYZ2231.0715.9-
YUV140.69102.78106.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.65%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=29.65%
G=44.47%
B=25.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal110165960.3300.420.35107.8327.7151.18
Hex6EA5602102A236c1c33
Octal15624514041052431543463
Binary11011101010010111000001000010101010100011110110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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