Shades of Bay Leaf #73B389
Tints of Bay Leaf #73B389
RGB
CMYK
RGB Variations
Color information
#73B389 (or 0x73B389) is known color: Bay Leaf. HEX triplet: 73, B3 and 89. RGB value is (115,179,137). Sum of RGB (Red+Green+Blue) = 115+179+137=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #73B389 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B389 is #8C4C76. Grayscale: #9B9B9B. Windows color (decimal): -9194615 or 9024371. OLE color: 9024371.
HSL color Cylindrical-coordinate representation of color #73B389: hue angle of 140.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B389 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 179 | 137 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.30 |
| HSL | 140.63º | 0.3% | 0.58% | - |
| HSV(B) | 140.63º | 0.36% | 0.7% | - |
| XYZ | 27.71 | 37.69 | 29.48 | - |
| YUV | 155.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 179 | 137 | 0.36 | 0 | 0.23 | 0.30 | 140.63 | 0.3 | 0.58 |
| Hex | 73 | B3 | 89 | 24 | 0 | 17 | 1E | 8D | 1E | 3A |
| Octal | 163 | 263 | 211 | 44 | 0 | 27 | 36 | 215 | 36 | 72 |
| Binary | 1110011 | 10110011 | 10001001 | 100100 | 0 | 10111 | 11110 | 10001101 | 11110 | 111010 |
Color Harmonies of #73B389
Complementary color
Monochromatic Colors of #73B389
Black with #73B389
Text Example
Text Example
White with #73B389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B389; }
p { color: rgb(115,179,137); }
H1.HeaderClassName
{
color: #73B389;
}
.AnyTagClassName
{
color: #73B389;
}
</style>
background-color css
<style>
a { background-color: #73B389; }
a { background-color: rgb(115,179,137); }
div.DivClassName
{
background-color: #73B389;
}
.BgClassName
{
background-color: #73B389;
}
</style>
border-color css
<style>
span { border-color: #73B389; }
span { border-color: rgb(115,179,137); }
td.TdClassName
{
border-color: #73B389;
}
.TagClassName
{
border-color: #73B389;
}
</style>