#6FA048

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

Shades of Asparagus #6FA048

Tints of Asparagus #6FA048

Color information

#6FA048 (or 0x6FA048) is unknown color: approx Asparagus. HEX triplet: 6F, A0 and 48. RGB value is (111,160,72). Sum of RGB (Red+Green+Blue) = 111+160+72=343 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.36% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA048 is #905FB7. Grayscale: #878787. Windows color (decimal): -9461688 or 4759663. OLE color: 4759663.

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

Color convert

RGB11116072-
CMYK0.3100.550.37
HSL93.41º37.93%45.49%-
HSV(B)93.41º55%62.75%-
XYZ20.328.9910.66-
YUV135.3292.27110.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.36%
GREEN value IS 160 (62.89% from 255) = 46.65%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=32.36%
G=46.65%
B=20.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal111160720.3100.550.3793.4137.9345.49
Hex6FA0481F037255d262d
Octal15724011037067451354655
Binary11011111010000010010001111101101111001011011101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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