Html Css Color HEX #6DA066 Amulet

📋 copy color: '#6DA066'

red 109 ◦ green 160 ◦ blue 102

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

Shades of Amulet #6DA066

Tints of Amulet #6DA066

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.13%

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

R = 29.38%
G = 43.13%
B = 27.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#6DA066 (or 0x6DA066) is known color: Amulet. HEX triplet: 6D, A0 and 66. RGB value is (109,160,102). Sum of RGB (Red+Green+Blue) = 109+160+102=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA066 is #925F99. Grayscale: #8A8A8A. Windows color (decimal): -9592730 or 6725741. OLE color: 6725741.

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

Color convert

RGB 109 160 102 -
CMYK 0.32 0 0.36 0.37
HSL 112.76º 0.23% 0.51% -
HSV(B) 112.76º 0.36% 0.63% -
XYZ 21.28 29.35 17.11 -
YUV 138.14 107.6 107.22 -
System Red Green Blue C M Y K H S L
Decimal 109 160 102 0.32 0 0.36 0.37 112.76 0.23 0.51
Hex 6D A0 66 20 0 24 25 71 17 33
Octal 155 240 146 40 0 44 45 161 27 63
Binary 1101101 10100000 1100110 100000 0 100100 100101 1110001 10111 110011

Color Harmonies of #6DA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA066

Black with #6DA066

Text Example


Text Example

White with #6DA066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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