Html Css Color HEX #779F50 Asparagus

📋 copy color: '#779F50'

red 119 ◦ green 159 ◦ blue 80

#779F50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #779F50

Tints of Asparagus #779F50

RGB

 RED value IS 119 (46.88% from 255) = 33.24%

 GREEN value IS 159 (62.5% from 255) = 44.41%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 33.24%
G = 44.41%
B = 22.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#779F50 (or 0x779F50) is known color: Asparagus. HEX triplet: 77, 9F and 50. RGB value is (119,159,80). Sum of RGB (Red+Green+Blue) = 119+159+80=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 159 - color contains mainly: green. Hex color #779F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779F50 is #8860AF. Grayscale: #8A8A8A. Windows color (decimal): -8937648 or 5283703. OLE color: 5283703.

HSL color Cylindrical-coordinate representation of color #779F50: hue angle of 90.38º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #779F50 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 159 80 -
CMYK 0.25 0 0.50 0.38
HSL 90.38º 0.33% 0.47% -
HSV(B) 90.38º 0.5% 0.62% -
XYZ 21.45 29.3 12.11 -
YUV 138.03 95.25 114.42 -
System Red Green Blue C M Y K H S L
Decimal 119 159 80 0.25 0 0.50 0.38 90.38 0.33 0.47
Hex 77 9F 50 19 0 32 26 5A 21 2F
Octal 167 237 120 31 0 62 46 132 41 57
Binary 1110111 10011111 1010000 11001 0 110010 100110 1011010 100001 101111

Color Harmonies of #779F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779F50

Black with #779F50

Text Example


Text Example

White with #779F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #779F50;
 }
 .AnyTagClassName
 {
   color: #779F50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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