Html Css Color HEX #77B050 Asparagus

📋 copy color: '#77B050'

red 119 ◦ green 176 ◦ blue 80

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

Shades of Asparagus #77B050

Tints of Asparagus #77B050

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.93%

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

R = 31.73%
G = 46.93%
B = 21.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#77B050 (or 0x77B050) is known color: Asparagus. HEX triplet: 77, B0 and 50. RGB value is (119,176,80). Sum of RGB (Red+Green+Blue) = 119+176+80=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #77B050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B050 is #884FAF. Grayscale: #949494. Windows color (decimal): -8933296 or 5288055. OLE color: 5288055.

HSL color Cylindrical-coordinate representation of color #77B050: hue angle of 95.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77B050 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 176 80 -
CMYK 0.32 0 0.55 0.31
HSL 95.63º 0.38% 0.5% -
HSV(B) 95.63º 0.55% 0.69% -
XYZ 24.58 35.55 13.16 -
YUV 148.01 89.62 107.31 -
System Red Green Blue C M Y K H S L
Decimal 119 176 80 0.32 0 0.55 0.31 95.63 0.38 0.5
Hex 77 B0 50 20 0 37 1F 60 26 32
Octal 167 260 120 40 0 67 37 140 46 62
Binary 1110111 10110000 1010000 100000 0 110111 11111 1100000 100110 110010

Color Harmonies of #77B050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B050

Black with #77B050

Text Example


Text Example

White with #77B050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77B050; }

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

 H1.HeaderClassName
 {
   color: #77B050;
 }
 .AnyTagClassName
 {
   color: #77B050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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