#6E9450

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

Shades of Asparagus #6E9450

Tints of Asparagus #6E9450

Color information

#6E9450 (or 0x6E9450) is unknown color: approx Asparagus. HEX triplet: 6E, 94 and 50. RGB value is (110,148,80). Sum of RGB (Red+Green+Blue) = 110+148+80=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #6E9450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9450 is #916BAF. Grayscale: #818181. Windows color (decimal): -9530288 or 5280878. OLE color: 5280878.

HSL color Cylindrical-coordinate representation of color #6E9450: hue angle of 93.53º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E9450 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB11014880-
CMYK0.2600.460.42
HSL93.53º29.82%44.71%-
HSV(B)93.53º45.95%58.04%-
XYZ18.4725.0711.46-
YUV128.89100.41114.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.54%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=32.54%
G=43.79%
B=23.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110148800.2600.460.4293.5329.8244.71
Hex6E94501A02E2A5e1e2d
Octal15622412032056521363655
Binary1101110100101001010000110100101110101010101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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