Shades of Bay Leaf #73BC81
Tints of Bay Leaf #73BC81
RGB
CMYK
RGB Variations
Color information
#73BC81 (or 0x73BC81) is known color: Bay Leaf. HEX triplet: 73, BC and 81. RGB value is (115,188,129). Sum of RGB (Red+Green+Blue) = 115+188+129=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BC81 is #8C437E. Grayscale: #9F9F9F. Windows color (decimal): -9192319 or 8502387. OLE color: 8502387.
HSL color Cylindrical-coordinate representation of color #73BC81: hue angle of 131.51º 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 #73BC81 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 129 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.26 |
| HSL | 131.51º | 0.35% | 0.59% | - |
| HSV(B) | 131.51º | 0.39% | 0.74% | - |
| XYZ | 29.02 | 41.2 | 27.19 | - |
| YUV | 159.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 129 | 0.39 | 0 | 0.31 | 0.26 | 131.51 | 0.35 | 0.59 |
| Hex | 73 | BC | 81 | 27 | 0 | 1F | 1A | 84 | 23 | 3B |
| Octal | 163 | 274 | 201 | 47 | 0 | 37 | 32 | 204 | 43 | 73 |
| Binary | 1110011 | 10111100 | 10000001 | 100111 | 0 | 11111 | 11010 | 10000100 | 100011 | 111011 |
Color Harmonies of #73BC81
Complementary color
Monochromatic Colors of #73BC81
Black with #73BC81
Text Example
Text Example
White with #73BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC81; }
p { color: rgb(115,188,129); }
H1.HeaderClassName
{
color: #73BC81;
}
.AnyTagClassName
{
color: #73BC81;
}
</style>
background-color css
<style>
a { background-color: #73BC81; }
a { background-color: rgb(115,188,129); }
div.DivClassName
{
background-color: #73BC81;
}
.BgClassName
{
background-color: #73BC81;
}
</style>
border-color css
<style>
span { border-color: #73BC81; }
span { border-color: rgb(115,188,129); }
td.TdClassName
{
border-color: #73BC81;
}
.TagClassName
{
border-color: #73BC81;
}
</style>