#6E995F

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

Shades of Asparagus #6E995F

Tints of Asparagus #6E995F

Color information

#6E995F (or 0x6E995F) is unknown color: approx Asparagus. HEX triplet: 6E, 99 and 5F. RGB value is (110,153,95). Sum of RGB (Red+Green+Blue) = 110+153+95=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #6E995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E995F is #9166A0. Grayscale: #858585. Windows color (decimal): -9528993 or 6265198. OLE color: 6265198.

HSL color Cylindrical-coordinate representation of color #6E995F: hue angle of 104.48º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E995F is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB11015395-
CMYK0.2800.380.4
HSL104.48º23.39%48.63%-
HSV(B)104.48º37.91%60%-
XYZ19.8926.9214.98-
YUV133.53106.25111.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.73%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=30.73%
G=42.74%
B=26.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal110153950.2800.380.4104.4823.3948.63
Hex6E995F1C02628681731
Octal15623113734046501502761
Binary1101110100110011011111111000100110101000110100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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