#6EA56A

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

Shades of Amulet #6EA56A

Tints of Amulet #6EA56A

Color information

#6EA56A (or 0x6EA56A) is unknown color: approx Amulet. HEX triplet: 6E, A5 and 6A. RGB value is (110,165,106). Sum of RGB (Red+Green+Blue) = 110+165+106=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA56A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA56A is #915A95. Grayscale: #8E8E8E. Windows color (decimal): -9525910 or 6989166. OLE color: 6989166.

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

Color convert

RGB110165106-
CMYK0.3300.360.35
HSL115.93º24.69%53.14%-
HSV(B)115.93º35.76%64.71%-
XYZ22.4931.2718.49-
YUV141.83107.78105.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.87%
GREEN value IS 165 (64.84% from 255) = 43.31%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=28.87%
G=43.31%
B=27.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1101651060.3300.360.35115.9324.6953.14
Hex6EA56A2102423741935
Octal15624515241044431643165
Binary11011101010010111010101000010100100100011111010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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