#6DAB61

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

Shades of Amulet #6DAB61

Tints of Amulet #6DAB61

Color information

#6DAB61 (or 0x6DAB61) is unknown color: approx Amulet. HEX triplet: 6D, AB and 61. RGB value is (109,171,97). Sum of RGB (Red+Green+Blue) = 109+171+97=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAB61 is #92549E. Grayscale: #909090. Windows color (decimal): -9589919 or 6400877. OLE color: 6400877.

HSL color Cylindrical-coordinate representation of color #6DAB61: hue angle of 110.27º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DAB61 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB10917197-
CMYK0.3600.430.33
HSL110.27º30.58%52.55%-
HSV(B)110.27º43.27%67.06%-
XYZ23.0333.2416.51-
YUV144.03101.46103.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.91%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 97 (38.28% from 255) = 25.73%
R=28.91%
G=45.36%
B=25.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109171970.3600.430.33110.2730.5852.55
Hex6DAB612402B216e1f35
Octal15525314144053411563765
Binary11011011010101111000011001000101011100001110111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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