#6D9850

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

Shades of Asparagus #6D9850

Tints of Asparagus #6D9850

Color information

#6D9850 (or 0x6D9850) is unknown color: approx Asparagus. HEX triplet: 6D, 98 and 50. RGB value is (109,152,80). Sum of RGB (Red+Green+Blue) = 109+152+80=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #6D9850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9850 is #9267AF. Grayscale: #838383. Windows color (decimal): -9594800 or 5281901. OLE color: 5281901.

HSL color Cylindrical-coordinate representation of color #6D9850: hue angle of 95.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D9850 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB10915280-
CMYK0.2800.470.40
HSL95.83º31.03%45.49%-
HSV(B)95.83º47.37%59.61%-
XYZ18.9826.2911.66-
YUV130.9499.25112.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.96%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 80 (31.64% from 255) = 23.46%
R=31.96%
G=44.57%
B=23.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal109152800.2800.470.4095.8331.0345.49
Hex6D98501C02F28601f2d
Octal15523012034057501403755
Binary1101101100110001010000111000101111101000110000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,152,80); }

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

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

 a { background-color: rgb(109,152,80); }

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

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

 span { border-color: rgb(109,152,80); }

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