Shades of Bay Leaf #809D8B
Tints of Bay Leaf #809D8B
RGB
CMYK
RGB Variations
Color information
#809D8B (or 0x809D8B) is known color: Bay Leaf. HEX triplet: 80, 9D and 8B. RGB value is (128,157,139). Sum of RGB (Red+Green+Blue) = 128+157+139=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 157 - color contains mainly: green. Hex color #809D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809D8B is #7F6274. Grayscale: #929292. Windows color (decimal): -8348277 or 9149824. OLE color: 9149824.
HSL color Cylindrical-coordinate representation of color #809D8B: hue angle of 142.76º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #809D8B is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 157 | 139 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.38 |
| HSL | 142.76º | 0.13% | 0.56% | - |
| HSV(B) | 142.76º | 0.18% | 0.62% | - |
| XYZ | 25.62 | 30.57 | 28.98 | - |
| YUV | 146.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 157 | 139 | 0.18 | 0 | 0.11 | 0.38 | 142.76 | 0.13 | 0.56 |
| Hex | 80 | 9D | 8B | 12 | 0 | B | 26 | 8F | D | 38 |
| Octal | 200 | 235 | 213 | 22 | 0 | 13 | 46 | 217 | 15 | 70 |
| Binary | 10000000 | 10011101 | 10001011 | 10010 | 0 | 1011 | 100110 | 10001111 | 1101 | 111000 |
Color Harmonies of #809D8B
Complementary color
Monochromatic Colors of #809D8B
Black with #809D8B
Text Example
Text Example
White with #809D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809D8B; }
p { color: rgb(128,157,139); }
H1.HeaderClassName
{
color: #809D8B;
}
.AnyTagClassName
{
color: #809D8B;
}
</style>
background-color css
<style>
a { background-color: #809D8B; }
a { background-color: rgb(128,157,139); }
div.DivClassName
{
background-color: #809D8B;
}
.BgClassName
{
background-color: #809D8B;
}
</style>
border-color css
<style>
span { border-color: #809D8B; }
span { border-color: rgb(128,157,139); }
td.TdClassName
{
border-color: #809D8B;
}
.TagClassName
{
border-color: #809D8B;
}
</style>