#77BA8B

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

Shades of Bay Leaf #77BA8B

Tints of Bay Leaf #77BA8B

Color information

#77BA8B (or 0x77BA8B) is unknown color: approx Bay Leaf. HEX triplet: 77, BA and 8B. RGB value is (119,186,139). Sum of RGB (Red+Green+Blue) = 119+186+139=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BA8B is #884574. Grayscale: #A0A0A0. Windows color (decimal): -8930677 or 9157239. OLE color: 9157239.

HSL color Cylindrical-coordinate representation of color #77BA8B: hue angle of 137.91º 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 #77BA8B is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB119186139-
CMYK0.3600.250.27
HSL137.91º32.68%59.8%-
HSV(B)137.91º36.02%72.94%-
XYZ29.8340.930.75-
YUV160.61115.898.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.80%
GREEN value IS 186 (73.05% from 255) = 41.89%
BLUE value IS 139 (54.69% from 255) = 31.31%
R=26.80%
G=41.89%
B=31.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191861390.3600.250.27137.9132.6859.8
Hex77BA8B240191B8a213c
Octal16727221344031332124174
Binary111011110111010100010111001000110011101110001010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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