#6EAB61

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

Shades of Amulet #6EAB61

Tints of Amulet #6EAB61

Color information

#6EAB61 (or 0x6EAB61) is unknown color: approx Amulet. HEX triplet: 6E, AB and 61. RGB value is (110,171,97). Sum of RGB (Red+Green+Blue) = 110+171+97=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #6EAB61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAB61 is #91549E. Grayscale: #909090. Windows color (decimal): -9524383 or 6400878. OLE color: 6400878.

HSL color Cylindrical-coordinate representation of color #6EAB61: hue angle of 109.46º 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 #6EAB61 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB11017197-
CMYK0.3600.430.33
HSL109.46º30.58%52.55%-
HSV(B)109.46º43.27%67.06%-
XYZ23.1533.316.52-
YUV144.32101.29103.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.10%
GREEN value IS 171 (67.19% from 255) = 45.24%
BLUE value IS 97 (38.28% from 255) = 25.66%
R=29.10%
G=45.24%
B=25.66%

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
Decimal110171970.3600.430.33109.4630.5852.55
Hex6EAB612402B216d1f35
Octal15625314144053411553765
Binary11011101010101111000011001000101011100001110110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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