Html Css Color HEX #6EA468 Amulet

📋 copy color: '#6EA468'

red 110 ◦ green 164 ◦ blue 104

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

Shades of Amulet #6EA468

Tints of Amulet #6EA468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.51%

R = 29.1%
G = 43.39%
B = 27.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#6EA468 (or 0x6EA468) is known color: Amulet. HEX triplet: 6E, A4 and 68. RGB value is (110,164,104). Sum of RGB (Red+Green+Blue) = 110+164+104=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA468 is #915B97. Grayscale: #8D8D8D. Windows color (decimal): -9526168 or 6857838. OLE color: 6857838.

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

Color convert

RGB 110 164 104 -
CMYK 0.33 0 0.37 0.36
HSL 114º 0.25% 0.53% -
HSV(B) 114º 0.37% 0.64% -
XYZ 22.2 30.87 17.88 -
YUV 141.01 107.11 105.88 -
System Red Green Blue C M Y K H S L
Decimal 110 164 104 0.33 0 0.37 0.36 114 0.25 0.53
Hex 6E A4 68 21 0 25 24 72 19 35
Octal 156 244 150 41 0 45 44 162 31 65
Binary 1101110 10100100 1101000 100001 0 100101 100100 1110010 11001 110101

Color Harmonies of #6EA468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA468

Black with #6EA468

Text Example


Text Example

White with #6EA468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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