#6FA04C

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

Shades of Asparagus #6FA04C

Tints of Asparagus #6FA04C

Color information

#6FA04C (or 0x6FA04C) is unknown color: approx Asparagus. HEX triplet: 6F, A0 and 4C. RGB value is (111,160,76). Sum of RGB (Red+Green+Blue) = 111+160+76=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA04C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA04C is #905FB3. Grayscale: #888888. Windows color (decimal): -9461684 or 5021807. OLE color: 5021807.

HSL color Cylindrical-coordinate representation of color #6FA04C: hue angle of 95º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FA04C is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB11116076-
CMYK0.3100.520.37
HSL95º35.59%46.27%-
HSV(B)95º52.5%62.75%-
XYZ20.4329.0411.37-
YUV135.7794.27110.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.99%
GREEN value IS 160 (62.89% from 255) = 46.11%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=31.99%
G=46.11%
B=21.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal111160760.3100.520.379535.5946.27
Hex6FA04C1F034255f242e
Octal15724011437064451374456
Binary11011111010000010011001111101101001001011011111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,160,76); }

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

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

 a { background-color: rgb(111,160,76); }

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

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

 span { border-color: rgb(111,160,76); }

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