#6EA467

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

Shades of Amulet #6EA467

Tints of Amulet #6EA467

Color information

#6EA467 (or 0x6EA467) is unknown color: approx Amulet. HEX triplet: 6E, A4 and 67. RGB value is (110,164,103). Sum of RGB (Red+Green+Blue) = 110+164+103=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA467 is #915B98. Grayscale: #8D8D8D. Windows color (decimal): -9526169 or 6792302. OLE color: 6792302.

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

Color convert

RGB110164103-
CMYK0.3300.370.36
HSL113.11º25.1%52.35%-
HSV(B)113.11º37.2%64.31%-
XYZ22.1530.8517.62-
YUV140.9106.61105.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.18%
GREEN value IS 164 (64.45% from 255) = 43.50%
BLUE value IS 103 (40.62% from 255) = 27.32%
R=29.18%
G=43.50%
B=27.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101641030.3300.370.36113.1125.152.35
Hex6EA4672102524711934
Octal15624414741045441613164
Binary11011101010010011001111000010100101100100111000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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