Html Css Color HEX #6EA46A Amulet

📋 copy color: '#6EA46A'

red 110 ◦ green 164 ◦ blue 106

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

Shades of Amulet #6EA46A

Tints of Amulet #6EA46A

RGB

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

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

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

R = 28.95%
G = 43.16%
B = 27.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#6EA46A (or 0x6EA46A) is known color: Amulet. HEX triplet: 6E, A4 and 6A. RGB value is (110,164,106). Sum of RGB (Red+Green+Blue) = 110+164+106=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA46A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA46A is #915B95. Grayscale: #8D8D8D. Windows color (decimal): -9526166 or 6988910. OLE color: 6988910.

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

Color convert

RGB 110 164 106 -
CMYK 0.33 0 0.35 0.36
HSL 115.86º 0.24% 0.53% -
HSV(B) 115.86º 0.35% 0.64% -
XYZ 22.31 30.91 18.43 -
YUV 141.24 108.11 105.72 -
System Red Green Blue C M Y K H S L
Decimal 110 164 106 0.33 0 0.35 0.36 115.86 0.24 0.53
Hex 6E A4 6A 21 0 23 24 74 18 35
Octal 156 244 152 41 0 43 44 164 30 65
Binary 1101110 10100100 1101010 100001 0 100011 100100 1110100 11000 110101

Color Harmonies of #6EA46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA46A

Black with #6EA46A

Text Example


Text Example

White with #6EA46A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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