Html Css Color HEX #6EAA65 Amulet

📋 copy color: '#6EAA65'

red 110 ◦ green 170 ◦ blue 101

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

Shades of Amulet #6EAA65

Tints of Amulet #6EAA65

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.62%

 BLUE value IS 101 (39.84% from 255) = 26.51%

R = 28.87%
G = 44.62%
B = 26.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#6EAA65 (or 0x6EAA65) is known color: Amulet. HEX triplet: 6E, AA and 65. RGB value is (110,170,101). Sum of RGB (Red+Green+Blue) = 110+170+101=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAA65 is #91559A. Grayscale: #909090. Windows color (decimal): -9524635 or 6662766. OLE color: 6662766.

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

Color convert

RGB 110 170 101 -
CMYK 0.35 0 0.41 0.33
HSL 112.17º 0.29% 0.53% -
HSV(B) 112.17º 0.41% 0.67% -
XYZ 23.15 33 17.46 -
YUV 144.19 103.62 103.61 -
System Red Green Blue C M Y K H S L
Decimal 110 170 101 0.35 0 0.41 0.33 112.17 0.29 0.53
Hex 6E AA 65 23 0 29 21 70 1D 35
Octal 156 252 145 43 0 51 41 160 35 65
Binary 1101110 10101010 1100101 100011 0 101001 100001 1110000 11101 110101

Color Harmonies of #6EAA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAA65

Black with #6EAA65

Text Example


Text Example

White with #6EAA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,170,101); }

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

background-color css

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

 a { background-color: rgb(110,170,101); }

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

border-color css

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

 span { border-color: rgb(110,170,101); }

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