Shades of Bay Leaf #73BA80
Tints of Bay Leaf #73BA80
RGB
CMYK
RGB Variations
Color information
#73BA80 (or 0x73BA80) is known color: Bay Leaf. HEX triplet: 73, BA and 80. RGB value is (115,186,128). Sum of RGB (Red+Green+Blue) = 115+186+128=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BA80 is #8C457F. Grayscale: #9E9E9E. Windows color (decimal): -9192832 or 8436339. OLE color: 8436339.
HSL color Cylindrical-coordinate representation of color #73BA80: hue angle of 130.99º 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 #73BA80 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 128 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.27 |
| HSL | 130.99º | 0.34% | 0.59% | - |
| HSV(B) | 130.99º | 0.38% | 0.73% | - |
| XYZ | 28.53 | 40.32 | 26.7 | - |
| YUV | 158.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 128 | 0.38 | 0 | 0.31 | 0.27 | 130.99 | 0.34 | 0.59 |
| Hex | 73 | BA | 80 | 26 | 0 | 1F | 1B | 83 | 22 | 3B |
| Octal | 163 | 272 | 200 | 46 | 0 | 37 | 33 | 203 | 42 | 73 |
| Binary | 1110011 | 10111010 | 10000000 | 100110 | 0 | 11111 | 11011 | 10000011 | 100010 | 111011 |
Color Harmonies of #73BA80
Complementary color
Monochromatic Colors of #73BA80
Black with #73BA80
Text Example
Text Example
White with #73BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA80; }
p { color: rgb(115,186,128); }
H1.HeaderClassName
{
color: #73BA80;
}
.AnyTagClassName
{
color: #73BA80;
}
</style>
background-color css
<style>
a { background-color: #73BA80; }
a { background-color: rgb(115,186,128); }
div.DivClassName
{
background-color: #73BA80;
}
.BgClassName
{
background-color: #73BA80;
}
</style>
border-color css
<style>
span { border-color: #73BA80; }
span { border-color: rgb(115,186,128); }
td.TdClassName
{
border-color: #73BA80;
}
.TagClassName
{
border-color: #73BA80;
}
</style>