#6DA561

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

Shades of Amulet #6DA561

Tints of Amulet #6DA561

Color information

#6DA561 (or 0x6DA561) is unknown color: approx Amulet. HEX triplet: 6D, A5 and 61. RGB value is (109,165,97). Sum of RGB (Red+Green+Blue) = 109+165+97=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA561 is #925A9E. Grayscale: #8C8C8C. Windows color (decimal): -9591455 or 6399341. OLE color: 6399341.

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

Color convert

RGB10916597-
CMYK0.3400.410.35
HSL109.41º27.42%51.37%-
HSV(B)109.41º41.21%64.71%-
XYZ21.9231.0216.14-
YUV140.5103.45105.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.38%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=29.38%
G=44.47%
B=26.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal109165970.3400.410.35109.4127.4251.37
Hex6DA56122029236d1b33
Octal15524514142051431553363
Binary11011011010010111000011000100101001100011110110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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