Html Css Color HEX #6DA165 Amulet

📋 copy color: '#6DA165'

red 109 ◦ green 161 ◦ blue 101

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

Shades of Amulet #6DA165

Tints of Amulet #6DA165

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.4%

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

R = 29.38%
G = 43.4%
B = 27.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#6DA165 (or 0x6DA165) is known color: Amulet. HEX triplet: 6D, A1 and 65. RGB value is (109,161,101). Sum of RGB (Red+Green+Blue) = 109+161+101=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #6DA165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA165 is #925E9A. Grayscale: #8A8A8A. Windows color (decimal): -9592475 or 6660461. OLE color: 6660461.

HSL color Cylindrical-coordinate representation of color #6DA165: hue angle of 112º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DA165 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 109 161 101 -
CMYK 0.32 0 0.37 0.37
HSL 112º 0.24% 0.51% -
HSV(B) 112º 0.37% 0.63% -
XYZ 21.4 29.68 16.91 -
YUV 138.61 106.77 106.88 -
System Red Green Blue C M Y K H S L
Decimal 109 161 101 0.32 0 0.37 0.37 112 0.24 0.51
Hex 6D A1 65 20 0 25 25 70 18 33
Octal 155 241 145 40 0 45 45 160 30 63
Binary 1101101 10100001 1100101 100000 0 100101 100101 1110000 11000 110011

Color Harmonies of #6DA165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA165

Black with #6DA165

Text Example


Text Example

White with #6DA165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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