Shades of Bay Leaf #80B788
Tints of Bay Leaf #80B788
RGB
CMYK
RGB Variations
Color information
#80B788 (or 0x80B788) is known color: Bay Leaf. HEX triplet: 80, B7 and 88. RGB value is (128,183,136). Sum of RGB (Red+Green+Blue) = 128+183+136=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #80B788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B788 is #7F4877. Grayscale: #A1A1A1. Windows color (decimal): -8341624 or 8959872. OLE color: 8959872.
HSL color Cylindrical-coordinate representation of color #80B788: hue angle of 128.73º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B788 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 136 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.28 |
| HSL | 128.73º | 0.28% | 0.61% | - |
| HSV(B) | 128.73º | 0.3% | 0.72% | - |
| XYZ | 30.28 | 40.23 | 29.46 | - |
| YUV | 161.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 136 | 0.30 | 0 | 0.26 | 0.28 | 128.73 | 0.28 | 0.61 |
| Hex | 80 | B7 | 88 | 1E | 0 | 1A | 1C | 81 | 1C | 3D |
| Octal | 200 | 267 | 210 | 36 | 0 | 32 | 34 | 201 | 34 | 75 |
| Binary | 10000000 | 10110111 | 10001000 | 11110 | 0 | 11010 | 11100 | 10000001 | 11100 | 111101 |
Color Harmonies of #80B788
Complementary color
Monochromatic Colors of #80B788
Black with #80B788
Text Example
Text Example
White with #80B788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B788; }
p { color: rgb(128,183,136); }
H1.HeaderClassName
{
color: #80B788;
}
.AnyTagClassName
{
color: #80B788;
}
</style>
background-color css
<style>
a { background-color: #80B788; }
a { background-color: rgb(128,183,136); }
div.DivClassName
{
background-color: #80B788;
}
.BgClassName
{
background-color: #80B788;
}
</style>
border-color css
<style>
span { border-color: #80B788; }
span { border-color: rgb(128,183,136); }
td.TdClassName
{
border-color: #80B788;
}
.TagClassName
{
border-color: #80B788;
}
</style>