#779A5F

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

Shades of Asparagus #779A5F

Tints of Asparagus #779A5F

Color information

#779A5F (or 0x779A5F) is unknown color: approx Asparagus. HEX triplet: 77, 9A and 5F. RGB value is (119,154,95). Sum of RGB (Red+Green+Blue) = 119+154+95=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #779A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779A5F is #8865A0. Grayscale: #898989. Windows color (decimal): -8938913 or 6265463. OLE color: 6265463.

HSL color Cylindrical-coordinate representation of color #779A5F: hue angle of 95.59º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #779A5F is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB11915495-
CMYK0.2300.380.40
HSL95.59º23.69%48.82%-
HSV(B)95.59º38.31%60.39%-
XYZ21.2327.8615.08-
YUV136.81104.4115.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.34%
GREEN value IS 154 (60.55% from 255) = 41.85%
BLUE value IS 95 (37.5% from 255) = 25.82%
R=32.34%
G=41.85%
B=25.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119154950.2300.380.4095.5923.6948.82
Hex779A5F1702628601831
Octal16723213727046501403061
Binary1110111100110101011111101110100110101000110000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779A5F; }

 p { color: rgb(119,154,95); }

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

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

 a { background-color: rgb(119,154,95); }

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

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

 span { border-color: rgb(119,154,95); }

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