Html Css Color HEX #6DA364 Amulet

📋 copy color: '#6DA364'

red 109 ◦ green 163 ◦ blue 100

#6DA364
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #6DA364

Tints of Amulet #6DA364

RGB

 RED value IS 109 (42.97% from 255) = 29.3%

 GREEN value IS 163 (64.06% from 255) = 43.82%

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 29.3%
G = 43.82%
B = 26.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#6DA364 (or 0x6DA364) is known color: Amulet. HEX triplet: 6D, A3 and 64. RGB value is (109,163,100). Sum of RGB (Red+Green+Blue) = 109+163+100=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA364 is #925C9B. Grayscale: #8B8B8B. Windows color (decimal): -9591964 or 6595437. OLE color: 6595437.

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

Color convert

RGB 109 163 100 -
CMYK 0.33 0 0.39 0.36
HSL 111.43º 0.26% 0.52% -
HSV(B) 111.43º 0.39% 0.64% -
XYZ 21.7 30.37 16.77 -
YUV 139.67 105.61 106.12 -
System Red Green Blue C M Y K H S L
Decimal 109 163 100 0.33 0 0.39 0.36 111.43 0.26 0.52
Hex 6D A3 64 21 0 27 24 6F 1A 34
Octal 155 243 144 41 0 47 44 157 32 64
Binary 1101101 10100011 1100100 100001 0 100111 100100 1101111 11010 110100

Color Harmonies of #6DA364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA364

Black with #6DA364

Text Example


Text Example

White with #6DA364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6DA364;
 }
 .AnyTagClassName
 {
   color: #6DA364;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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