#77B389

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

Shades of Bay Leaf #77B389

Tints of Bay Leaf #77B389

Color information

#77B389 (or 0x77B389) is unknown color: approx Bay Leaf. HEX triplet: 77, B3 and 89. RGB value is (119,179,137). Sum of RGB (Red+Green+Blue) = 119+179+137=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #77B389 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B389 is #884C76. Grayscale: #9C9C9C. Windows color (decimal): -8932471 or 9024375. OLE color: 9024375.

HSL color Cylindrical-coordinate representation of color #77B389: hue angle of 138º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B389 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB119179137-
CMYK0.3400.230.30
HSL138º28.3%58.43%-
HSV(B)138º33.52%70.2%-
XYZ28.2437.9729.51-
YUV156.27117.12101.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.36%
GREEN value IS 179 (70.31% from 255) = 41.15%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=27.36%
G=41.15%
B=31.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191791370.3400.230.3013828.358.43
Hex77B389220171E8a1c3a
Octal16726321142027362123472
Binary11101111011001110001001100010010111111101000101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,179,137); }

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

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

 a { background-color: rgb(119,179,137); }

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

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

 span { border-color: rgb(119,179,137); }

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