#77AC80

Color #77AC80 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #77AC80

Tints of Bay Leaf #77AC80

Color information

#77AC80 (or 0x77AC80) is unknown color: approx 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

RGB119172128-
CMYK0.3100.260.33
HSL130.19º24.2%57.06%-
HSV(B)130.19º30.81%67.45%-
XYZ26.2634.9925.79-
YUV151.14114.94105.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=28.40%
G=41.05%
B=30.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191721280.3100.260.33130.1924.257.06
Hex77AC801F01A21821839
Octal16725420037032412023071
Binary11101111010110010000000111110110101000011000001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>