Shades of Bay Leaf #77BF89
Tints of Bay Leaf #77BF89
RGB
CMYK
RGB Variations
Color information
#77BF89 (or 0x77BF89) is known color: Bay Leaf. HEX triplet: 77, BF and 89. RGB value is (119,191,137). Sum of RGB (Red+Green+Blue) = 119+191+137=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BF89 is #884076. Grayscale: #A3A3A3. Windows color (decimal): -8929399 or 9027447. OLE color: 9027447.
HSL color Cylindrical-coordinate representation of color #77BF89: hue angle of 135º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77BF89 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 191 | 137 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.25 |
| HSL | 135º | 0.36% | 0.61% | - |
| HSV(B) | 135º | 0.38% | 0.75% | - |
| XYZ | 30.75 | 42.99 | 30.34 | - |
| YUV | 163.32 | 113.15 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 137 | 0.38 | 0 | 0.28 | 0.25 | 135 | 0.36 | 0.61 |
| Hex | 77 | BF | 89 | 26 | 0 | 1C | 19 | 87 | 24 | 3D |
| Octal | 167 | 277 | 211 | 46 | 0 | 34 | 31 | 207 | 44 | 75 |
| Binary | 1110111 | 10111111 | 10001001 | 100110 | 0 | 11100 | 11001 | 10000111 | 100100 | 111101 |
Color Harmonies of #77BF89
Complementary color
Monochromatic Colors of #77BF89
Black with #77BF89
Text Example
Text Example
White with #77BF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BF89; }
p { color: rgb(119,191,137); }
H1.HeaderClassName
{
color: #77BF89;
}
.AnyTagClassName
{
color: #77BF89;
}
</style>
background-color css
<style>
a { background-color: #77BF89; }
a { background-color: rgb(119,191,137); }
div.DivClassName
{
background-color: #77BF89;
}
.BgClassName
{
background-color: #77BF89;
}
</style>
border-color css
<style>
span { border-color: #77BF89; }
span { border-color: rgb(119,191,137); }
td.TdClassName
{
border-color: #77BF89;
}
.TagClassName
{
border-color: #77BF89;
}
</style>