Html Css Color HEX #6EA060 Amulet

📋 copy color: '#6EA060'

red 110 ◦ green 160 ◦ blue 96

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

Shades of Amulet #6EA060

Tints of Amulet #6EA060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.72%

 BLUE value IS 96 (37.89% from 255) = 26.23%

R = 30.05%
G = 43.72%
B = 26.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#6EA060 (or 0x6EA060) is known color: Amulet. HEX triplet: 6E, A0 and 60. RGB value is (110,160,96). Sum of RGB (Red+Green+Blue) = 110+160+96=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA060 is #915F9F. Grayscale: #898989. Windows color (decimal): -9527200 or 6332526. OLE color: 6332526.

HSL color Cylindrical-coordinate representation of color #6EA060: hue angle of 106.88º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EA060 is Cyan = 0.31, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 110 160 96 -
CMYK 0.31 0 0.4 0.37
HSL 106.88º 0.25% 0.5% -
HSV(B) 106.88º 0.4% 0.63% -
XYZ 21.11 29.3 15.61 -
YUV 137.75 104.44 108.2 -
System Red Green Blue C M Y K H S L
Decimal 110 160 96 0.31 0 0.4 0.37 106.88 0.25 0.5
Hex 6E A0 60 1F 0 28 25 6B 19 32
Octal 156 240 140 37 0 50 45 153 31 62
Binary 1101110 10100000 1100000 11111 0 101000 100101 1101011 11001 110010

Color Harmonies of #6EA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA060

Black with #6EA060

Text Example


Text Example

White with #6EA060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,160,96); }

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

background-color css

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

 a { background-color: rgb(110,160,96); }

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

border-color css

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

 span { border-color: rgb(110,160,96); }

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