Shades of Bay Leaf #77BA81
Tints of Bay Leaf #77BA81
RGB
CMYK
RGB Variations
Color information
#77BA81 (or 0x77BA81) is known color: Bay Leaf. HEX triplet: 77, BA and 81. RGB value is (119,186,129). Sum of RGB (Red+Green+Blue) = 119+186+129=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BA81 is #88457E. Grayscale: #9F9F9F. Windows color (decimal): -8930687 or 8501879. OLE color: 8501879.
HSL color Cylindrical-coordinate representation of color #77BA81: hue angle of 128.96º 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 #77BA81 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 186 | 129 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.27 |
| HSL | 128.96º | 0.33% | 0.6% | - |
| HSV(B) | 128.96º | 0.36% | 0.73% | - |
| XYZ | 29.13 | 40.62 | 27.07 | - |
| YUV | 159.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 129 | 0.36 | 0 | 0.31 | 0.27 | 128.96 | 0.33 | 0.6 |
| Hex | 77 | BA | 81 | 24 | 0 | 1F | 1B | 81 | 21 | 3C |
| Octal | 167 | 272 | 201 | 44 | 0 | 37 | 33 | 201 | 41 | 74 |
| Binary | 1110111 | 10111010 | 10000001 | 100100 | 0 | 11111 | 11011 | 10000001 | 100001 | 111100 |
Color Harmonies of #77BA81
Complementary color
Monochromatic Colors of #77BA81
Black with #77BA81
Text Example
Text Example
White with #77BA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BA81; }
p { color: rgb(119,186,129); }
H1.HeaderClassName
{
color: #77BA81;
}
.AnyTagClassName
{
color: #77BA81;
}
</style>
background-color css
<style>
a { background-color: #77BA81; }
a { background-color: rgb(119,186,129); }
div.DivClassName
{
background-color: #77BA81;
}
.BgClassName
{
background-color: #77BA81;
}
</style>
border-color css
<style>
span { border-color: #77BA81; }
span { border-color: rgb(119,186,129); }
td.TdClassName
{
border-color: #77BA81;
}
.TagClassName
{
border-color: #77BA81;
}
</style>