#6EA569

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

Shades of Amulet #6EA569

Tints of Amulet #6EA569

Color information

#6EA569 (or 0x6EA569) is unknown color: approx Amulet. HEX triplet: 6E, A5 and 69. RGB value is (110,165,105). Sum of RGB (Red+Green+Blue) = 110+165+105=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA569 is #915A96. Grayscale: #8D8D8D. Windows color (decimal): -9525911 or 6923630. OLE color: 6923630.

HSL color Cylindrical-coordinate representation of color #6EA569: hue angle of 115º 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 #6EA569 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB110165105-
CMYK0.3300.360.35
HSL115º25%52.94%-
HSV(B)115º36.36%64.71%-
XYZ22.4431.2518.21-
YUV141.72107.28105.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.95%
GREEN value IS 165 (64.84% from 255) = 43.42%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=28.95%
G=43.42%
B=27.63%

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
Decimal1101651050.3300.360.351152552.94
Hex6EA5692102423731935
Octal15624515141044431633165
Binary11011101010010111010011000010100100100011111001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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