#6DA660

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

Shades of Amulet #6DA660

Tints of Amulet #6DA660

Color information

#6DA660 (or 0x6DA660) is unknown color: approx Amulet. HEX triplet: 6D, A6 and 60. RGB value is (109,166,96). Sum of RGB (Red+Green+Blue) = 109+166+96=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #6DA660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA660 is #92599F. Grayscale: #8D8D8D. Windows color (decimal): -9591200 or 6334061. OLE color: 6334061.

HSL color Cylindrical-coordinate representation of color #6DA660: hue angle of 108.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DA660 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB10916696-
CMYK0.3400.420.35
HSL108.86º28.23%51.37%-
HSV(B)108.86º42.17%65.1%-
XYZ22.0531.3715.96-
YUV140.98102.62105.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.38%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=29.38%
G=44.74%
B=25.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal109166960.3400.420.35108.8628.2351.37
Hex6DA6602202A236d1c33
Octal15524614042052431553463
Binary11011011010011011000001000100101010100011110110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,166,96); }

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

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

 a { background-color: rgb(109,166,96); }

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

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

 span { border-color: rgb(109,166,96); }

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