Shades of Bay Leaf #73BA8B
Tints of Bay Leaf #73BA8B
RGB
CMYK
RGB Variations
Color information
#73BA8B (or 0x73BA8B) is known color: Bay Leaf. HEX triplet: 73, BA and 8B. RGB value is (115,186,139). Sum of RGB (Red+Green+Blue) = 115+186+139=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BA8B is #8C4574. Grayscale: #9F9F9F. Windows color (decimal): -9192821 or 9157235. OLE color: 9157235.
HSL color Cylindrical-coordinate representation of color #73BA8B: hue angle of 140.28º 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 #73BA8B is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 139 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.27 |
| HSL | 140.28º | 0.34% | 0.59% | - |
| HSV(B) | 140.28º | 0.38% | 0.73% | - |
| XYZ | 29.29 | 40.63 | 30.72 | - |
| YUV | 159.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 139 | 0.38 | 0 | 0.25 | 0.27 | 140.28 | 0.34 | 0.59 |
| Hex | 73 | BA | 8B | 26 | 0 | 19 | 1B | 8C | 22 | 3B |
| Octal | 163 | 272 | 213 | 46 | 0 | 31 | 33 | 214 | 42 | 73 |
| Binary | 1110011 | 10111010 | 10001011 | 100110 | 0 | 11001 | 11011 | 10001100 | 100010 | 111011 |
Color Harmonies of #73BA8B
Complementary color
Monochromatic Colors of #73BA8B
Black with #73BA8B
Text Example
Text Example
White with #73BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA8B; }
p { color: rgb(115,186,139); }
H1.HeaderClassName
{
color: #73BA8B;
}
.AnyTagClassName
{
color: #73BA8B;
}
</style>
background-color css
<style>
a { background-color: #73BA8B; }
a { background-color: rgb(115,186,139); }
div.DivClassName
{
background-color: #73BA8B;
}
.BgClassName
{
background-color: #73BA8B;
}
</style>
border-color css
<style>
span { border-color: #73BA8B; }
span { border-color: rgb(115,186,139); }
td.TdClassName
{
border-color: #73BA8B;
}
.TagClassName
{
border-color: #73BA8B;
}
</style>