Html Css Color HEX #6EA050 Asparagus

📋 copy color: '#6EA050'

red 110 ◦ green 160 ◦ blue 80

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

Shades of Asparagus #6EA050

Tints of Asparagus #6EA050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 31.43%
G = 45.71%
B = 22.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#6EA050 (or 0x6EA050) is known color: Asparagus. HEX triplet: 6E, A0 and 50. RGB value is (110,160,80). Sum of RGB (Red+Green+Blue) = 110+160+80=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA050 is #915FAF. Grayscale: #888888. Windows color (decimal): -9527216 or 5283950. OLE color: 5283950.

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

Color convert

RGB 110 160 80 -
CMYK 0.31 0 0.5 0.37
HSL 97.5º 0.33% 0.47% -
HSV(B) 97.5º 0.5% 0.63% -
XYZ 20.45 29.04 12.12 -
YUV 135.93 96.44 109.5 -
System Red Green Blue C M Y K H S L
Decimal 110 160 80 0.31 0 0.5 0.37 97.5 0.33 0.47
Hex 6E A0 50 1F 0 32 25 62 21 2F
Octal 156 240 120 37 0 62 45 142 41 57
Binary 1101110 10100000 1010000 11111 0 110010 100101 1100010 100001 101111

Color Harmonies of #6EA050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA050

Black with #6EA050

Text Example


Text Example

White with #6EA050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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