#6E994C

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

Shades of Asparagus #6E994C

Tints of Asparagus #6E994C

Color information

#6E994C (or 0x6E994C) is unknown color: approx Asparagus. HEX triplet: 6E, 99 and 4C. RGB value is (110,153,76). Sum of RGB (Red+Green+Blue) = 110+153+76=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #6E994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E994C is #9166B3. Grayscale: #838383. Windows color (decimal): -9529012 or 5020014. OLE color: 5020014.

HSL color Cylindrical-coordinate representation of color #6E994C: hue angle of 93.51º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E994C is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB11015376-
CMYK0.2800.500.4
HSL93.51º33.62%44.9%-
HSV(B)93.51º50.33%60%-
XYZ19.1326.6210.97-
YUV131.3696.75112.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.45%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 76 (30.08% from 255) = 22.42%
R=32.45%
G=45.13%
B=22.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal110153760.2800.500.493.5133.6244.9
Hex6E994C1C032285e222d
Octal15623111434062501364255
Binary11011101001100110011001110001100101010001011110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,153,76); }

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

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

 a { background-color: rgb(110,153,76); }

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

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

 span { border-color: rgb(110,153,76); }

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