Shades of Bay Leaf #73BA7E
Tints of Bay Leaf #73BA7E
RGB
CMYK
RGB Variations
Color information
#73BA7E (or 0x73BA7E) is known color: Bay Leaf. HEX triplet: 73, BA and 7E. RGB value is (115,186,126). Sum of RGB (Red+Green+Blue) = 115+186+126=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA7E is #8C4581. Grayscale: #9E9E9E. Windows color (decimal): -9192834 or 8305267. OLE color: 8305267.
HSL color Cylindrical-coordinate representation of color #73BA7E: hue angle of 129.3º 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 #73BA7E is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 126 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.27 |
| HSL | 129.3º | 0.34% | 0.59% | - |
| HSV(B) | 129.3º | 0.38% | 0.73% | - |
| XYZ | 28.4 | 40.27 | 26.01 | - |
| YUV | 157.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 126 | 0.38 | 0 | 0.32 | 0.27 | 129.3 | 0.34 | 0.59 |
| Hex | 73 | BA | 7E | 26 | 0 | 20 | 1B | 81 | 22 | 3B |
| Octal | 163 | 272 | 176 | 46 | 0 | 40 | 33 | 201 | 42 | 73 |
| Binary | 1110011 | 10111010 | 1111110 | 100110 | 0 | 100000 | 11011 | 10000001 | 100010 | 111011 |
Color Harmonies of #73BA7E
Complementary color
Monochromatic Colors of #73BA7E
Black with #73BA7E
Text Example
Text Example
White with #73BA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA7E; }
p { color: rgb(115,186,126); }
H1.HeaderClassName
{
color: #73BA7E;
}
.AnyTagClassName
{
color: #73BA7E;
}
</style>
background-color css
<style>
a { background-color: #73BA7E; }
a { background-color: rgb(115,186,126); }
div.DivClassName
{
background-color: #73BA7E;
}
.BgClassName
{
background-color: #73BA7E;
}
</style>
border-color css
<style>
span { border-color: #73BA7E; }
span { border-color: rgb(115,186,126); }
td.TdClassName
{
border-color: #73BA7E;
}
.TagClassName
{
border-color: #73BA7E;
}
</style>