#77BA8E

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

Shades of Bay Leaf #77BA8E

Tints of Bay Leaf #77BA8E

Color information

#77BA8E (or 0x77BA8E) is unknown color: approx Bay Leaf. HEX triplet: 77, BA and 8E. RGB value is (119,186,142). Sum of RGB (Red+Green+Blue) = 119+186+142=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BA8E is #884571. Grayscale: #A1A1A1. Windows color (decimal): -8930674 or 9353847. OLE color: 9353847.

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

Color convert

RGB119186142-
CMYK0.3600.240.27
HSL140.6º32.68%59.8%-
HSV(B)140.6º36.02%72.94%-
XYZ30.0540.9931.92-
YUV160.95117.398.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.62%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=26.62%
G=41.61%
B=31.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191861420.3600.240.27140.632.6859.8
Hex77BA8E240181B8d213c
Octal16727221644030332154174
Binary111011110111010100011101001000110001101110001101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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