Html Css Color HEX #6EA66A Amulet

📋 copy color: '#6EA66A'

red 110 ◦ green 166 ◦ blue 106

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

Shades of Amulet #6EA66A

Tints of Amulet #6EA66A

RGB

 RED value IS 110 (43.36% from 255) = 28.8%

 GREEN value IS 166 (65.23% from 255) = 43.46%

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 28.8%
G = 43.46%
B = 27.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#6EA66A (or 0x6EA66A) is known color: Amulet. HEX triplet: 6E, A6 and 6A. RGB value is (110,166,106). Sum of RGB (Red+Green+Blue) = 110+166+106=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 166 - color contains mainly: green. Hex color #6EA66A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA66A is #915995. Grayscale: #8E8E8E. Windows color (decimal): -9525654 or 6989422. OLE color: 6989422.

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

Color convert

RGB 110 166 106 -
CMYK 0.34 0 0.36 0.35
HSL 116º 0.25% 0.53% -
HSV(B) 116º 0.36% 0.65% -
XYZ 22.67 31.63 18.55 -
YUV 142.42 107.45 104.88 -
System Red Green Blue C M Y K H S L
Decimal 110 166 106 0.34 0 0.36 0.35 116 0.25 0.53
Hex 6E A6 6A 22 0 24 23 74 19 35
Octal 156 246 152 42 0 44 43 164 31 65
Binary 1101110 10100110 1101010 100010 0 100100 100011 1110100 11001 110101

Color Harmonies of #6EA66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA66A

Black with #6EA66A

Text Example


Text Example

White with #6EA66A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,166,106); }

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

background-color css

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

 a { background-color: rgb(110,166,106); }

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

border-color css

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

 span { border-color: rgb(110,166,106); }

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