#779950

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

Shades of Asparagus #779950

Tints of Asparagus #779950

Color information

#779950 (or 0x779950) is unknown color: approx Asparagus. HEX triplet: 77, 99 and 50. RGB value is (119,153,80). Sum of RGB (Red+Green+Blue) = 119+153+80=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #779950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779950 is #8866AF. Grayscale: #868686. Windows color (decimal): -8939184 or 5282167. OLE color: 5282167.

HSL color Cylindrical-coordinate representation of color #779950: hue angle of 87.95º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #779950 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB11915380-
CMYK0.2200.480.4
HSL87.95º31.33%45.69%-
HSV(B)87.95º47.71%60%-
XYZ20.4527.2811.78-
YUV134.5197.24116.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 153 (60.16% from 255) = 43.47%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=33.81%
G=43.47%
B=22.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal119153800.2200.480.487.9531.3345.69
Hex7799501603028581f2e
Octal16723112026060501303756
Binary1110111100110011010000101100110000101000101100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779950; }

 p { color: rgb(119,153,80); }

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

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

 a { background-color: rgb(119,153,80); }

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

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

 span { border-color: rgb(119,153,80); }

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