Html Css Color HEX #6EA56A Amulet

📋 copy color: '#6EA56A'

red 110 ◦ green 165 ◦ blue 106

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

Shades of Amulet #6EA56A

Tints of Amulet #6EA56A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.31%

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

R = 28.87%
G = 43.31%
B = 27.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#6EA56A (or 0x6EA56A) is known color: Amulet. HEX triplet: 6E, A5 and 6A. RGB value is (110,165,106). Sum of RGB (Red+Green+Blue) = 110+165+106=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA56A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA56A is #915A95. Grayscale: #8E8E8E. Windows color (decimal): -9525910 or 6989166. OLE color: 6989166.

HSL color Cylindrical-coordinate representation of color #6EA56A: hue angle of 115.93º 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 #6EA56A is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 110 165 106 -
CMYK 0.33 0 0.36 0.35
HSL 115.93º 0.25% 0.53% -
HSV(B) 115.93º 0.36% 0.65% -
XYZ 22.49 31.27 18.49 -
YUV 141.83 107.78 105.3 -
System Red Green Blue C M Y K H S L
Decimal 110 165 106 0.33 0 0.36 0.35 115.93 0.25 0.53
Hex 6E A5 6A 21 0 24 23 74 19 35
Octal 156 245 152 41 0 44 43 164 31 65
Binary 1101110 10100101 1101010 100001 0 100100 100011 1110100 11001 110101

Color Harmonies of #6EA56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA56A

Black with #6EA56A

Text Example


Text Example

White with #6EA56A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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