#6DA760

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

Shades of Amulet #6DA760

Tints of Amulet #6DA760

Color information

#6DA760 (or 0x6DA760) is unknown color: approx Amulet. HEX triplet: 6D, A7 and 60. RGB value is (109,167,96). Sum of RGB (Red+Green+Blue) = 109+167+96=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 167 - color contains mainly: green. Hex color #6DA760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA760 is #92589F. Grayscale: #8D8D8D. Windows color (decimal): -9590944 or 6334317. OLE color: 6334317.

HSL color Cylindrical-coordinate representation of color #6DA760: hue angle of 109.01º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DA760 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB10916796-
CMYK0.3500.430.35
HSL109.01º28.74%51.57%-
HSV(B)109.01º42.51%65.49%-
XYZ22.2431.7316.02-
YUV141.56102.28104.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.30%
GREEN value IS 167 (65.62% from 255) = 44.89%
BLUE value IS 96 (37.89% from 255) = 25.81%
R=29.30%
G=44.89%
B=25.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal109167960.3500.430.35109.0128.7451.57
Hex6DA7602302B236d1d34
Octal15524714043053431553564
Binary11011011010011111000001000110101011100011110110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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