Shades of Bay Leaf #73B589
Tints of Bay Leaf #73B589
RGB
CMYK
RGB Variations
Color information
#73B589 (or 0x73B589) is known color: Bay Leaf. HEX triplet: 73, B5 and 89. RGB value is (115,181,137). Sum of RGB (Red+Green+Blue) = 115+181+137=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #73B589 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B589 is #8C4A76. Grayscale: #9C9C9C. Windows color (decimal): -9194103 or 9024883. OLE color: 9024883.
HSL color Cylindrical-coordinate representation of color #73B589: hue angle of 140º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B589 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 181 | 137 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.29 |
| HSL | 140º | 0.31% | 0.58% | - |
| HSV(B) | 140º | 0.36% | 0.71% | - |
| XYZ | 28.11 | 38.5 | 29.62 | - |
| YUV | 156.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 181 | 137 | 0.36 | 0 | 0.24 | 0.29 | 140 | 0.31 | 0.58 |
| Hex | 73 | B5 | 89 | 24 | 0 | 18 | 1D | 8C | 1F | 3A |
| Octal | 163 | 265 | 211 | 44 | 0 | 30 | 35 | 214 | 37 | 72 |
| Binary | 1110011 | 10110101 | 10001001 | 100100 | 0 | 11000 | 11101 | 10001100 | 11111 | 111010 |
Color Harmonies of #73B589
Complementary color
Monochromatic Colors of #73B589
Black with #73B589
Text Example
Text Example
White with #73B589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B589; }
p { color: rgb(115,181,137); }
H1.HeaderClassName
{
color: #73B589;
}
.AnyTagClassName
{
color: #73B589;
}
</style>
background-color css
<style>
a { background-color: #73B589; }
a { background-color: rgb(115,181,137); }
div.DivClassName
{
background-color: #73B589;
}
.BgClassName
{
background-color: #73B589;
}
</style>
border-color css
<style>
span { border-color: #73B589; }
span { border-color: rgb(115,181,137); }
td.TdClassName
{
border-color: #73B589;
}
.TagClassName
{
border-color: #73B589;
}
</style>