#6EA369

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

Shades of Amulet #6EA369

Tints of Amulet #6EA369

Color information

#6EA369 (or 0x6EA369) is unknown color: approx Amulet. HEX triplet: 6E, A3 and 69. RGB value is (110,163,105). Sum of RGB (Red+Green+Blue) = 110+163+105=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 163 - color contains mainly: green. Hex color #6EA369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA369 is #915C96. Grayscale: #8C8C8C. Windows color (decimal): -9526423 or 6923118. OLE color: 6923118.

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

Color convert

RGB110163105-
CMYK0.3300.360.36
HSL114.83º23.97%52.55%-
HSV(B)114.83º35.58%63.92%-
XYZ22.0830.5318.09-
YUV140.54107.94106.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.10%
GREEN value IS 163 (64.06% from 255) = 43.12%
BLUE value IS 105 (41.41% from 255) = 27.78%
R=29.10%
G=43.12%
B=27.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101631050.3300.360.36114.8323.9752.55
Hex6EA3692102424731835
Octal15624315141044441633065
Binary11011101010001111010011000010100100100100111001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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