Html Css Color HEX #6DA465 Amulet

📋 copy color: '#6DA465'

red 109 ◦ green 164 ◦ blue 101

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

Shades of Amulet #6DA465

Tints of Amulet #6DA465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.01%

R = 29.14%
G = 43.85%
B = 27.01%

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

#6DA465 (or 0x6DA465) is known color: Amulet. HEX triplet: 6D, A4 and 65. RGB value is (109,164,101). Sum of RGB (Red+Green+Blue) = 109+164+101=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA465 is #925B9A. Grayscale: #8C8C8C. Windows color (decimal): -9591707 or 6661229. OLE color: 6661229.

HSL color Cylindrical-coordinate representation of color #6DA465: hue angle of 112.38º degrees, saturation: 0.26, 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 #6DA465 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 109 164 101 -
CMYK 0.34 0 0.38 0.36
HSL 112.38º 0.26% 0.52% -
HSV(B) 112.38º 0.38% 0.64% -
XYZ 21.93 30.74 17.09 -
YUV 140.37 105.78 105.62 -
System Red Green Blue C M Y K H S L
Decimal 109 164 101 0.34 0 0.38 0.36 112.38 0.26 0.52
Hex 6D A4 65 22 0 26 24 70 1A 34
Octal 155 244 145 42 0 46 44 160 32 64
Binary 1101101 10100100 1100101 100010 0 100110 100100 1110000 11010 110100

Color Harmonies of #6DA465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA465

Black with #6DA465

Text Example


Text Example

White with #6DA465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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