#6EA450

Color #6EA450 Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #6EA450

Tints of Asparagus #6EA450

Color information

#6EA450 (or 0x6EA450) is unknown color: approx Asparagus. HEX triplet: 6E, A4 and 50. RGB value is (110,164,80). Sum of RGB (Red+Green+Blue) = 110+164+80=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA450 is #915BAF. Grayscale: #8A8A8A. Windows color (decimal): -9526192 or 5284974. OLE color: 5284974.

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

Color convert

RGB11016480-
CMYK0.3300.510.36
HSL98.57º34.43%47.84%-
HSV(B)98.57º51.22%64.31%-
XYZ21.1530.4512.35-
YUV138.2895.11107.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.07%
GREEN value IS 164 (64.45% from 255) = 46.33%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=31.07%
G=46.33%
B=22.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal110164800.3300.510.3698.5734.4347.84
Hex6EA4502103324632230
Octal15624412041063441434260
Binary110111010100100101000010000101100111001001100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EA450;
 }
 .AnyTagClassName
 {
   color: #6EA450;
 }
</style>
background-color css

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

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

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

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

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

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