Shades of Bay Leaf #73BC8D
Tints of Bay Leaf #73BC8D
RGB
CMYK
RGB Variations
Color information
#73BC8D (or 0x73BC8D) is known color: Bay Leaf. HEX triplet: 73, BC and 8D. RGB value is (115,188,141). Sum of RGB (Red+Green+Blue) = 115+188+141=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BC8D is #8C4372. Grayscale: #A0A0A0. Windows color (decimal): -9192307 or 9288819. OLE color: 9288819.
HSL color Cylindrical-coordinate representation of color #73BC8D: hue angle of 141.37º 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 #73BC8D is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 141 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.26 |
| HSL | 141.37º | 0.35% | 0.59% | - |
| HSV(B) | 141.37º | 0.39% | 0.74% | - |
| XYZ | 29.86 | 41.53 | 31.64 | - |
| YUV | 160.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 141 | 0.39 | 0 | 0.25 | 0.26 | 141.37 | 0.35 | 0.59 |
| Hex | 73 | BC | 8D | 27 | 0 | 19 | 1A | 8D | 23 | 3B |
| Octal | 163 | 274 | 215 | 47 | 0 | 31 | 32 | 215 | 43 | 73 |
| Binary | 1110011 | 10111100 | 10001101 | 100111 | 0 | 11001 | 11010 | 10001101 | 100011 | 111011 |
Color Harmonies of #73BC8D
Complementary color
Monochromatic Colors of #73BC8D
Black with #73BC8D
Text Example
Text Example
White with #73BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC8D; }
p { color: rgb(115,188,141); }
H1.HeaderClassName
{
color: #73BC8D;
}
.AnyTagClassName
{
color: #73BC8D;
}
</style>
background-color css
<style>
a { background-color: #73BC8D; }
a { background-color: rgb(115,188,141); }
div.DivClassName
{
background-color: #73BC8D;
}
.BgClassName
{
background-color: #73BC8D;
}
</style>
border-color css
<style>
span { border-color: #73BC8D; }
span { border-color: rgb(115,188,141); }
td.TdClassName
{
border-color: #73BC8D;
}
.TagClassName
{
border-color: #73BC8D;
}
</style>