Html Css Color HEX #6EA169 Amulet

📋 copy color: '#6EA169'

red 110 ◦ green 161 ◦ blue 105

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

Shades of Amulet #6EA169

Tints of Amulet #6EA169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.93%

R = 29.26%
G = 42.82%
B = 27.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#6EA169 (or 0x6EA169) is known color: Amulet. HEX triplet: 6E, A1 and 69. RGB value is (110,161,105). Sum of RGB (Red+Green+Blue) = 110+161+105=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA169 is #915E96. Grayscale: #8B8B8B. Windows color (decimal): -9526935 or 6922606. OLE color: 6922606.

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

Color convert

RGB 110 161 105 -
CMYK 0.32 0 0.35 0.37
HSL 114.64º 0.23% 0.52% -
HSV(B) 114.64º 0.35% 0.63% -
XYZ 21.73 29.82 17.98 -
YUV 139.37 108.6 107.05 -
System Red Green Blue C M Y K H S L
Decimal 110 161 105 0.32 0 0.35 0.37 114.64 0.23 0.52
Hex 6E A1 69 20 0 23 25 73 17 34
Octal 156 241 151 40 0 43 45 163 27 64
Binary 1101110 10100001 1101001 100000 0 100011 100101 1110011 10111 110100

Color Harmonies of #6EA169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA169

Black with #6EA169

Text Example


Text Example

White with #6EA169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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