Shades of Bay Leaf #73BC8C
Tints of Bay Leaf #73BC8C
RGB
CMYK
RGB Variations
Color information
#73BC8C (or 0x73BC8C) is known color: Bay Leaf. HEX triplet: 73, BC and 8C. RGB value is (115,188,140). Sum of RGB (Red+Green+Blue) = 115+188+140=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BC8C is #8C4373. Grayscale: #A0A0A0. Windows color (decimal): -9192308 or 9223283. OLE color: 9223283.
HSL color Cylindrical-coordinate representation of color #73BC8C: hue angle of 140.55º 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 #73BC8C is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 140 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.26 |
| HSL | 140.55º | 0.35% | 0.59% | - |
| HSV(B) | 140.55º | 0.39% | 0.74% | - |
| XYZ | 29.79 | 41.5 | 31.25 | - |
| YUV | 160.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 140 | 0.39 | 0 | 0.26 | 0.26 | 140.55 | 0.35 | 0.59 |
| Hex | 73 | BC | 8C | 27 | 0 | 1A | 1A | 8D | 23 | 3B |
| Octal | 163 | 274 | 214 | 47 | 0 | 32 | 32 | 215 | 43 | 73 |
| Binary | 1110011 | 10111100 | 10001100 | 100111 | 0 | 11010 | 11010 | 10001101 | 100011 | 111011 |
Color Harmonies of #73BC8C
Complementary color
Monochromatic Colors of #73BC8C
Black with #73BC8C
Text Example
Text Example
White with #73BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC8C; }
p { color: rgb(115,188,140); }
H1.HeaderClassName
{
color: #73BC8C;
}
.AnyTagClassName
{
color: #73BC8C;
}
</style>
background-color css
<style>
a { background-color: #73BC8C; }
a { background-color: rgb(115,188,140); }
div.DivClassName
{
background-color: #73BC8C;
}
.BgClassName
{
background-color: #73BC8C;
}
</style>
border-color css
<style>
span { border-color: #73BC8C; }
span { border-color: rgb(115,188,140); }
td.TdClassName
{
border-color: #73BC8C;
}
.TagClassName
{
border-color: #73BC8C;
}
</style>