#6DA567

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

Shades of Amulet #6DA567

Tints of Amulet #6DA567

Color information

#6DA567 (or 0x6DA567) is unknown color: approx Amulet. HEX triplet: 6D, A5 and 67. RGB value is (109,165,103). Sum of RGB (Red+Green+Blue) = 109+165+103=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA567 is #925A98. Grayscale: #8D8D8D. Windows color (decimal): -9591449 or 6792557. OLE color: 6792557.

HSL color Cylindrical-coordinate representation of color #6DA567: hue angle of 114.19º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DA567 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB109165103-
CMYK0.3400.380.35
HSL114.19º25.62%52.55%-
HSV(B)114.19º37.58%64.71%-
XYZ22.2131.1417.67-
YUV141.19106.45105.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.91%
GREEN value IS 165 (64.84% from 255) = 43.77%
BLUE value IS 103 (40.62% from 255) = 27.32%
R=28.91%
G=43.77%
B=27.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1091651030.3400.380.35114.1925.6252.55
Hex6DA5672202623721a35
Octal15524514742046431623265
Binary11011011010010111001111000100100110100011111001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,165,103); }

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

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

 a { background-color: rgb(109,165,103); }

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

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

 span { border-color: rgb(109,165,103); }

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