Shades of Bay Leaf #77AB82
Tints of Bay Leaf #77AB82
RGB
CMYK
RGB Variations
Color information
#77AB82 (or 0x77AB82) is known color: Bay Leaf. HEX triplet: 77, AB and 82. RGB value is (119,171,130). Sum of RGB (Red+Green+Blue) = 119+171+130=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AB82 is #88547D. Grayscale: #969696. Windows color (decimal): -8934526 or 8563575. OLE color: 8563575.
HSL color Cylindrical-coordinate representation of color #77AB82: hue angle of 132.69º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77AB82 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 130 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.33 |
| HSL | 132.69º | 0.24% | 0.57% | - |
| HSV(B) | 132.69º | 0.3% | 0.67% | - |
| XYZ | 26.2 | 34.66 | 26.43 | - |
| YUV | 150.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 130 | 0.30 | 0 | 0.24 | 0.33 | 132.69 | 0.24 | 0.57 |
| Hex | 77 | AB | 82 | 1E | 0 | 18 | 21 | 85 | 18 | 39 |
| Octal | 167 | 253 | 202 | 36 | 0 | 30 | 41 | 205 | 30 | 71 |
| Binary | 1110111 | 10101011 | 10000010 | 11110 | 0 | 11000 | 100001 | 10000101 | 11000 | 111001 |
Color Harmonies of #77AB82
Complementary color
Monochromatic Colors of #77AB82
Black with #77AB82
Text Example
Text Example
White with #77AB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AB82; }
p { color: rgb(119,171,130); }
H1.HeaderClassName
{
color: #77AB82;
}
.AnyTagClassName
{
color: #77AB82;
}
</style>
background-color css
<style>
a { background-color: #77AB82; }
a { background-color: rgb(119,171,130); }
div.DivClassName
{
background-color: #77AB82;
}
.BgClassName
{
background-color: #77AB82;
}
</style>
border-color css
<style>
span { border-color: #77AB82; }
span { border-color: rgb(119,171,130); }
td.TdClassName
{
border-color: #77AB82;
}
.TagClassName
{
border-color: #77AB82;
}
</style>