Html Css Color HEX #6EA164 Amulet

📋 copy color: '#6EA164'

red 110 ◦ green 161 ◦ blue 100

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

Shades of Amulet #6EA164

Tints of Amulet #6EA164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.95%

R = 29.65%
G = 43.4%
B = 26.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#6EA164 (or 0x6EA164) is known color: Amulet. HEX triplet: 6E, A1 and 64. RGB value is (110,161,100). Sum of RGB (Red+Green+Blue) = 110+161+100=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA164 is #915E9B. Grayscale: #8A8A8A. Windows color (decimal): -9526940 or 6594926. OLE color: 6594926.

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

Color convert

RGB 110 161 100 -
CMYK 0.32 0 0.38 0.37
HSL 110.16º 0.24% 0.51% -
HSV(B) 110.16º 0.38% 0.63% -
XYZ 21.48 29.72 16.66 -
YUV 138.8 106.1 107.46 -
System Red Green Blue C M Y K H S L
Decimal 110 161 100 0.32 0 0.38 0.37 110.16 0.24 0.51
Hex 6E A1 64 20 0 26 25 6E 18 33
Octal 156 241 144 40 0 46 45 156 30 63
Binary 1101110 10100001 1100100 100000 0 100110 100101 1101110 11000 110011

Color Harmonies of #6EA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA164

Black with #6EA164

Text Example


Text Example

White with #6EA164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,161,100); }

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

background-color css

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

 a { background-color: rgb(110,161,100); }

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

border-color css

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

 span { border-color: rgb(110,161,100); }

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