#6E9D50

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

Shades of Asparagus #6E9D50

Tints of Asparagus #6E9D50

Color information

#6E9D50 (or 0x6E9D50) is unknown color: approx Asparagus. HEX triplet: 6E, 9D and 50. RGB value is (110,157,80). Sum of RGB (Red+Green+Blue) = 110+157+80=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #6E9D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9D50 is #9162AF. Grayscale: #868686. Windows color (decimal): -9527984 or 5283182. OLE color: 5283182.

HSL color Cylindrical-coordinate representation of color #6E9D50: hue angle of 96.62º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E9D50 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB11015780-
CMYK0.3000.490.38
HSL96.62º32.49%46.47%-
HSV(B)96.62º49.04%61.57%-
XYZ19.9428.0111.94-
YUV134.1797.43110.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.70%
GREEN value IS 157 (61.72% from 255) = 45.24%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=31.70%
G=45.24%
B=23.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110157800.3000.490.3896.6232.4946.47
Hex6E9D501E0312661202e
Octal15623512036061461414056
Binary11011101001110110100001111001100011001101100001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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