Shades of Bay Leaf #77BD8E
Tints of Bay Leaf #77BD8E
RGB
CMYK
RGB Variations
Color information
#77BD8E (or 0x77BD8E) is known color: Bay Leaf. HEX triplet: 77, BD and 8E. RGB value is (119,189,142). Sum of RGB (Red+Green+Blue) = 119+189+142=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BD8E is #884271. Grayscale: #A2A2A2. Windows color (decimal): -8929906 or 9354615. OLE color: 9354615.
HSL color Cylindrical-coordinate representation of color #77BD8E: hue angle of 139.71º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BD8E is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 142 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.26 |
| HSL | 139.71º | 0.35% | 0.6% | - |
| HSV(B) | 139.71º | 0.37% | 0.74% | - |
| XYZ | 30.69 | 42.27 | 32.13 | - |
| YUV | 162.71 | 116.31 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 142 | 0.37 | 0 | 0.25 | 0.26 | 139.71 | 0.35 | 0.6 |
| Hex | 77 | BD | 8E | 25 | 0 | 19 | 1A | 8C | 23 | 3C |
| Octal | 167 | 275 | 216 | 45 | 0 | 31 | 32 | 214 | 43 | 74 |
| Binary | 1110111 | 10111101 | 10001110 | 100101 | 0 | 11001 | 11010 | 10001100 | 100011 | 111100 |
Color Harmonies of #77BD8E
Complementary color
Monochromatic Colors of #77BD8E
Black with #77BD8E
Text Example
Text Example
White with #77BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BD8E; }
p { color: rgb(119,189,142); }
H1.HeaderClassName
{
color: #77BD8E;
}
.AnyTagClassName
{
color: #77BD8E;
}
</style>
background-color css
<style>
a { background-color: #77BD8E; }
a { background-color: rgb(119,189,142); }
div.DivClassName
{
background-color: #77BD8E;
}
.BgClassName
{
background-color: #77BD8E;
}
</style>
border-color css
<style>
span { border-color: #77BD8E; }
span { border-color: rgb(119,189,142); }
td.TdClassName
{
border-color: #77BD8E;
}
.TagClassName
{
border-color: #77BD8E;
}
</style>