Html Css Color HEX #77AC80 Bay Leaf

📋 copy color: '#77AC80'

red 119 ◦ green 172 ◦ blue 128

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

Shades of Bay Leaf #77AC80

Tints of Bay Leaf #77AC80

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.05%

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 28.4%
G = 41.05%
B = 30.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#77AC80 (or 0x77AC80) is known color: Bay Leaf. HEX triplet: 77, AC and 80. RGB value is (119,172,128). Sum of RGB (Red+Green+Blue) = 119+172+128=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AC80 is #88537F. Grayscale: #979797. Windows color (decimal): -8934272 or 8432759. OLE color: 8432759.

HSL color Cylindrical-coordinate representation of color #77AC80: hue angle of 130.19º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77AC80 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 172 128 -
CMYK 0.31 0 0.26 0.33
HSL 130.19º 0.24% 0.57% -
HSV(B) 130.19º 0.31% 0.67% -
XYZ 26.26 34.99 25.79 -
YUV 151.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 119 172 128 0.31 0 0.26 0.33 130.19 0.24 0.57
Hex 77 AC 80 1F 0 1A 21 82 18 39
Octal 167 254 200 37 0 32 41 202 30 71
Binary 1110111 10101100 10000000 11111 0 11010 100001 10000010 11000 111001

Color Harmonies of #77AC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AC80

Black with #77AC80

Text Example


Text Example

White with #77AC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,172,128); }

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

background-color css

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

 a { background-color: rgb(119,172,128); }

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

border-color css

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

 span { border-color: rgb(119,172,128); }

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