#6DA563

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

Shades of Amulet #6DA563

Tints of Amulet #6DA563

Color information

#6DA563 (or 0x6DA563) is unknown color: approx Amulet. HEX triplet: 6D, A5 and 63. RGB value is (109,165,99). Sum of RGB (Red+Green+Blue) = 109+165+99=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA563 is #925A9C. Grayscale: #8C8C8C. Windows color (decimal): -9591453 or 6530413. OLE color: 6530413.

HSL color Cylindrical-coordinate representation of color #6DA563: hue angle of 110.91º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DA563 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB10916599-
CMYK0.3400.400.35
HSL110.91º26.83%51.76%-
HSV(B)110.91º40%64.71%-
XYZ22.0131.0616.64-
YUV140.73104.45105.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.22%
GREEN value IS 165 (64.84% from 255) = 44.24%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=29.22%
G=44.24%
B=26.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal109165990.3400.400.35110.9126.8351.76
Hex6DA56322028236f1b34
Octal15524514342050431573364
Binary11011011010010111000111000100101000100011110111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,165,99); }

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

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

 a { background-color: rgb(109,165,99); }

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

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

 span { border-color: rgb(109,165,99); }

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