Shades of Bay Leaf #77B985
Tints of Bay Leaf #77B985
RGB
CMYK
RGB Variations
Color information
#77B985 (or 0x77B985) is known color: Bay Leaf. HEX triplet: 77, B9 and 85. RGB value is (119,185,133). Sum of RGB (Red+Green+Blue) = 119+185+133=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #77B985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B985 is #88467A. Grayscale: #9F9F9F. Windows color (decimal): -8930939 or 8763767. OLE color: 8763767.
HSL color Cylindrical-coordinate representation of color #77B985: hue angle of 132.73º degrees, saturation: 0.32, 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 #77B985 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 185 | 133 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.27 |
| HSL | 132.73º | 0.32% | 0.6% | - |
| HSV(B) | 132.73º | 0.36% | 0.73% | - |
| XYZ | 29.19 | 40.31 | 28.43 | - |
| YUV | 159.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 185 | 133 | 0.36 | 0 | 0.28 | 0.27 | 132.73 | 0.32 | 0.6 |
| Hex | 77 | B9 | 85 | 24 | 0 | 1C | 1B | 85 | 20 | 3C |
| Octal | 167 | 271 | 205 | 44 | 0 | 34 | 33 | 205 | 40 | 74 |
| Binary | 1110111 | 10111001 | 10000101 | 100100 | 0 | 11100 | 11011 | 10000101 | 100000 | 111100 |
Color Harmonies of #77B985
Complementary color
Monochromatic Colors of #77B985
Black with #77B985
Text Example
Text Example
White with #77B985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B985; }
p { color: rgb(119,185,133); }
H1.HeaderClassName
{
color: #77B985;
}
.AnyTagClassName
{
color: #77B985;
}
</style>
background-color css
<style>
a { background-color: #77B985; }
a { background-color: rgb(119,185,133); }
div.DivClassName
{
background-color: #77B985;
}
.BgClassName
{
background-color: #77B985;
}
</style>
border-color css
<style>
span { border-color: #77B985; }
span { border-color: rgb(119,185,133); }
td.TdClassName
{
border-color: #77B985;
}
.TagClassName
{
border-color: #77B985;
}
</style>