#6DA465

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

Shades of Amulet #6DA465

Tints of Amulet #6DA465

Color information

#6DA465 (or 0x6DA465) is unknown color: approx Amulet. HEX triplet: 6D, A4 and 65. RGB value is (109,164,101). Sum of RGB (Red+Green+Blue) = 109+164+101=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA465 is #925B9A. Grayscale: #8C8C8C. Windows color (decimal): -9591707 or 6661229. OLE color: 6661229.

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

Color convert

RGB109164101-
CMYK0.3400.380.36
HSL112.38º25.71%51.96%-
HSV(B)112.38º38.41%64.31%-
XYZ21.9330.7417.09-
YUV140.37105.78105.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.14%
GREEN value IS 164 (64.45% from 255) = 43.85%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=29.14%
G=43.85%
B=27.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1091641010.3400.380.36112.3825.7151.96
Hex6DA4652202624701a34
Octal15524414542046441603264
Binary11011011010010011001011000100100110100100111000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,164,101); }

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

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

 a { background-color: rgb(109,164,101); }

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

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

 span { border-color: rgb(109,164,101); }

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