#6EA462

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

Shades of Amulet #6EA462

Tints of Amulet #6EA462

Color information

#6EA462 (or 0x6EA462) is unknown color: approx Amulet. HEX triplet: 6E, A4 and 62. RGB value is (110,164,98). Sum of RGB (Red+Green+Blue) = 110+164+98=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA462 is #915B9D. Grayscale: #8C8C8C. Windows color (decimal): -9526174 or 6464622. OLE color: 6464622.

HSL color Cylindrical-coordinate representation of color #6EA462: hue angle of 109.09º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EA462 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB11016498-
CMYK0.3300.400.36
HSL109.09º26.61%51.37%-
HSV(B)109.09º40.24%64.31%-
XYZ21.9130.7516.34-
YUV140.33104.11106.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.57%
GREEN value IS 164 (64.45% from 255) = 44.09%
BLUE value IS 98 (38.67% from 255) = 26.34%
R=29.57%
G=44.09%
B=26.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal110164980.3300.400.36109.0926.6151.37
Hex6EA46221028246d1b33
Octal15624414241050441553363
Binary11011101010010011000101000010101000100100110110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,164,98); }

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

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

 a { background-color: rgb(110,164,98); }

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

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

 span { border-color: rgb(110,164,98); }

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