Shades of Bay Leaf #77B389
Tints of Bay Leaf #77B389
RGB
CMYK
RGB Variations
Color information
#77B389 (or 0x77B389) is known color: 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
| RGB | 119 | 179 | 137 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.30 |
| HSL | 138º | 0.28% | 0.58% | - |
| HSV(B) | 138º | 0.34% | 0.7% | - |
| XYZ | 28.24 | 37.97 | 29.51 | - |
| YUV | 156.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 179 | 137 | 0.34 | 0 | 0.23 | 0.30 | 138 | 0.28 | 0.58 |
| Hex | 77 | B3 | 89 | 22 | 0 | 17 | 1E | 8A | 1C | 3A |
| Octal | 167 | 263 | 211 | 42 | 0 | 27 | 36 | 212 | 34 | 72 |
| Binary | 1110111 | 10110011 | 10001001 | 100010 | 0 | 10111 | 11110 | 10001010 | 11100 | 111010 |
Color Harmonies of #77B389
Complementary color
Monochromatic Colors of #77B389
Black with #77B389
Text Example
Text Example
White with #77B389
Text Example
Text Example
HTML Codes & Css Web 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>