#6DA369

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

Shades of Amulet #6DA369

Tints of Amulet #6DA369

Color information

#6DA369 (or 0x6DA369) is unknown color: approx Amulet. HEX triplet: 6D, A3 and 69. RGB value is (109,163,105). Sum of RGB (Red+Green+Blue) = 109+163+105=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA369 is #925C96. Grayscale: #8C8C8C. Windows color (decimal): -9591959 or 6923117. OLE color: 6923117.

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

Color convert

RGB109163105-
CMYK0.3300.360.36
HSL115.86º23.97%52.55%-
HSV(B)115.86º35.58%63.92%-
XYZ21.9530.4718.09-
YUV140.24108.11105.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.91%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 105 (41.41% from 255) = 27.85%
R=28.91%
G=43.24%
B=27.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1091631050.3300.360.36115.8623.9752.55
Hex6DA3692102424741835
Octal15524315141044441643065
Binary11011011010001111010011000010100100100100111010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,163,105); }

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

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

 a { background-color: rgb(109,163,105); }

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

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

 span { border-color: rgb(109,163,105); }

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