#6DA061

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

Shades of Amulet #6DA061

Tints of Amulet #6DA061

Color information

#6DA061 (or 0x6DA061) is unknown color: approx Amulet. HEX triplet: 6D, A0 and 61. RGB value is (109,160,97). Sum of RGB (Red+Green+Blue) = 109+160+97=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA061 is #925F9E. Grayscale: #898989. Windows color (decimal): -9592735 or 6398061. OLE color: 6398061.

HSL color Cylindrical-coordinate representation of color #6DA061: hue angle of 108.57º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DA061 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB10916097-
CMYK0.3200.390.37
HSL108.57º24.9%50.39%-
HSV(B)108.57º39.38%62.75%-
XYZ21.0429.2615.85-
YUV137.57105.1107.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.78%
GREEN value IS 160 (62.89% from 255) = 43.72%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=29.78%
G=43.72%
B=26.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal109160970.3200.390.37108.5724.950.39
Hex6DA06120027256d1932
Octal15524014140047451553162
Binary11011011010000011000011000000100111100101110110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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