#77B385

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

Shades of Bay Leaf #77B385

Tints of Bay Leaf #77B385

Color information

#77B385 (or 0x77B385) is unknown color: approx Bay Leaf. HEX triplet: 77, B3 and 85. RGB value is (119,179,133). Sum of RGB (Red+Green+Blue) = 119+179+133=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #77B385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B385 is #884C7A. Grayscale: #9B9B9B. Windows color (decimal): -8932475 or 8762231. OLE color: 8762231.

HSL color Cylindrical-coordinate representation of color #77B385: hue angle of 134º 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 #77B385 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB119179133-
CMYK0.3400.260.30
HSL134º28.3%58.43%-
HSV(B)134º33.52%70.2%-
XYZ27.9637.8628.02-
YUV155.82115.12101.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.61%
GREEN value IS 179 (70.31% from 255) = 41.53%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=27.61%
G=41.53%
B=30.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191791330.3400.260.3013428.358.43
Hex77B3852201A1E861c3a
Octal16726320542032362063472
Binary11101111011001110000101100010011010111101000011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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