#6CA04F

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

Shades of Asparagus #6CA04F

Tints of Asparagus #6CA04F

Color information

#6CA04F (or 0x6CA04F) is unknown color: approx Asparagus. HEX triplet: 6C, A0 and 4F. RGB value is (108,160,79). Sum of RGB (Red+Green+Blue) = 108+160+79=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA04F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA04F is #935FB0. Grayscale: #878787. Windows color (decimal): -9658289 or 5218412. OLE color: 5218412.

HSL color Cylindrical-coordinate representation of color #6CA04F: hue angle of 98.52º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CA04F is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB10816079-
CMYK0.3200.510.37
HSL98.52º33.89%46.86%-
HSV(B)98.52º50.63%62.75%-
XYZ20.1728.8911.91-
YUV135.2296.27108.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.12%
GREEN value IS 160 (62.89% from 255) = 46.11%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=31.12%
G=46.11%
B=22.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal108160790.3200.510.3798.5233.8946.86
Hex6CA04F200332563222f
Octal15424011740063451434257
Binary110110010100000100111110000001100111001011100011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,160,79); }

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

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

 a { background-color: rgb(108,160,79); }

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

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

 span { border-color: rgb(108,160,79); }

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