Shades of Bay Leaf #73BA88
Tints of Bay Leaf #73BA88
RGB
CMYK
RGB Variations
Color information
#73BA88 (or 0x73BA88) is known color: Bay Leaf. HEX triplet: 73, BA and 88. RGB value is (115,186,136). Sum of RGB (Red+Green+Blue) = 115+186+136=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BA88 is #8C4577. Grayscale: #9F9F9F. Windows color (decimal): -9192824 or 8960627. OLE color: 8960627.
HSL color Cylindrical-coordinate representation of color #73BA88: hue angle of 137.75º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73BA88 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 136 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.27 |
| HSL | 137.75º | 0.34% | 0.59% | - |
| HSV(B) | 137.75º | 0.38% | 0.73% | - |
| XYZ | 29.07 | 40.54 | 29.59 | - |
| YUV | 159.07 | 114.98 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 136 | 0.38 | 0 | 0.27 | 0.27 | 137.75 | 0.34 | 0.59 |
| Hex | 73 | BA | 88 | 26 | 0 | 1B | 1B | 8A | 22 | 3B |
| Octal | 163 | 272 | 210 | 46 | 0 | 33 | 33 | 212 | 42 | 73 |
| Binary | 1110011 | 10111010 | 10001000 | 100110 | 0 | 11011 | 11011 | 10001010 | 100010 | 111011 |
Color Harmonies of #73BA88
Complementary color
Monochromatic Colors of #73BA88
Black with #73BA88
Text Example
Text Example
White with #73BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA88; }
p { color: rgb(115,186,136); }
H1.HeaderClassName
{
color: #73BA88;
}
.AnyTagClassName
{
color: #73BA88;
}
</style>
background-color css
<style>
a { background-color: #73BA88; }
a { background-color: rgb(115,186,136); }
div.DivClassName
{
background-color: #73BA88;
}
.BgClassName
{
background-color: #73BA88;
}
</style>
border-color css
<style>
span { border-color: #73BA88; }
span { border-color: rgb(115,186,136); }
td.TdClassName
{
border-color: #73BA88;
}
.TagClassName
{
border-color: #73BA88;
}
</style>