#77BA8A

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

Shades of Bay Leaf #77BA8A

Tints of Bay Leaf #77BA8A

Color information

#77BA8A (or 0x77BA8A) is unknown color: approx Bay Leaf. HEX triplet: 77, BA and 8A. RGB value is (119,186,138). Sum of RGB (Red+Green+Blue) = 119+186+138=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BA8A is #884575. Grayscale: #A0A0A0. Windows color (decimal): -8930678 or 9091703. OLE color: 9091703.

HSL color Cylindrical-coordinate representation of color #77BA8A: hue angle of 137.01º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BA8A is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB119186138-
CMYK0.3600.260.27
HSL137.01º32.68%59.8%-
HSV(B)137.01º36.02%72.94%-
XYZ29.7540.8730.37-
YUV160.49115.398.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.86%
GREEN value IS 186 (73.05% from 255) = 41.99%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=26.86%
G=41.99%
B=31.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191861380.3600.260.27137.0132.6859.8
Hex77BA8A2401A1B89213c
Octal16727221244032332114174
Binary111011110111010100010101001000110101101110001001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,186,138); }

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

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

 a { background-color: rgb(119,186,138); }

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

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

 span { border-color: rgb(119,186,138); }

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