Html Css Color HEX #6DA466 Amulet

📋 copy color: '#6DA466'

red 109 ◦ green 164 ◦ blue 102

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

Shades of Amulet #6DA466

Tints of Amulet #6DA466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.73%

 BLUE value IS 102 (40.23% from 255) = 27.2%

R = 29.07%
G = 43.73%
B = 27.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#6DA466 (or 0x6DA466) is known color: Amulet. HEX triplet: 6D, A4 and 66. RGB value is (109,164,102). Sum of RGB (Red+Green+Blue) = 109+164+102=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA466 is #925B99. Grayscale: #8C8C8C. Windows color (decimal): -9591706 or 6726765. OLE color: 6726765.

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

Color convert

RGB 109 164 102 -
CMYK 0.34 0 0.38 0.36
HSL 113.23º 0.25% 0.52% -
HSV(B) 113.23º 0.38% 0.64% -
XYZ 21.98 30.76 17.35 -
YUV 140.49 106.28 105.54 -
System Red Green Blue C M Y K H S L
Decimal 109 164 102 0.34 0 0.38 0.36 113.23 0.25 0.52
Hex 6D A4 66 22 0 26 24 71 19 34
Octal 155 244 146 42 0 46 44 161 31 64
Binary 1101101 10100100 1100110 100010 0 100110 100100 1110001 11001 110100

Color Harmonies of #6DA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA466

Black with #6DA466

Text Example


Text Example

White with #6DA466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,164,102); }

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

background-color css

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

 a { background-color: rgb(109,164,102); }

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

border-color css

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

 span { border-color: rgb(109,164,102); }

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