Shades of Bay Leaf #73BC80
Tints of Bay Leaf #73BC80
RGB
CMYK
RGB Variations
Color information
#73BC80 (or 0x73BC80) is known color: Bay Leaf. HEX triplet: 73, BC and 80. RGB value is (115,188,128). Sum of RGB (Red+Green+Blue) = 115+188+128=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BC80 is #8C437F. Grayscale: #9F9F9F. Windows color (decimal): -9192320 or 8436851. OLE color: 8436851.
HSL color Cylindrical-coordinate representation of color #73BC80: hue angle of 130.68º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BC80 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 128 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.26 |
| HSL | 130.68º | 0.35% | 0.59% | - |
| HSV(B) | 130.68º | 0.39% | 0.74% | - |
| XYZ | 28.95 | 41.17 | 26.84 | - |
| YUV | 159.33 | 110.32 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 128 | 0.39 | 0 | 0.32 | 0.26 | 130.68 | 0.35 | 0.59 |
| Hex | 73 | BC | 80 | 27 | 0 | 20 | 1A | 83 | 23 | 3B |
| Octal | 163 | 274 | 200 | 47 | 0 | 40 | 32 | 203 | 43 | 73 |
| Binary | 1110011 | 10111100 | 10000000 | 100111 | 0 | 100000 | 11010 | 10000011 | 100011 | 111011 |
Color Harmonies of #73BC80
Complementary color
Monochromatic Colors of #73BC80
Black with #73BC80
Text Example
Text Example
White with #73BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC80; }
p { color: rgb(115,188,128); }
H1.HeaderClassName
{
color: #73BC80;
}
.AnyTagClassName
{
color: #73BC80;
}
</style>
background-color css
<style>
a { background-color: #73BC80; }
a { background-color: rgb(115,188,128); }
div.DivClassName
{
background-color: #73BC80;
}
.BgClassName
{
background-color: #73BC80;
}
</style>
border-color css
<style>
span { border-color: #73BC80; }
span { border-color: rgb(115,188,128); }
td.TdClassName
{
border-color: #73BC80;
}
.TagClassName
{
border-color: #73BC80;
}
</style>