Shades of Bay Leaf #73BB86
Tints of Bay Leaf #73BB86
RGB
CMYK
RGB Variations
Color information
#73BB86 (or 0x73BB86) is known color: Bay Leaf. HEX triplet: 73, BB and 86. RGB value is (115,187,134). Sum of RGB (Red+Green+Blue) = 115+187+134=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BB86 is #8C4479. Grayscale: #9F9F9F. Windows color (decimal): -9192570 or 8829811. OLE color: 8829811.
HSL color Cylindrical-coordinate representation of color #73BB86: hue angle of 135.83º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BB86 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 187 | 134 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.27 |
| HSL | 135.83º | 0.35% | 0.59% | - |
| HSV(B) | 135.83º | 0.39% | 0.73% | - |
| XYZ | 29.14 | 40.91 | 28.91 | - |
| YUV | 159.43 | 113.65 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 134 | 0.39 | 0 | 0.28 | 0.27 | 135.83 | 0.35 | 0.59 |
| Hex | 73 | BB | 86 | 27 | 0 | 1C | 1B | 88 | 23 | 3B |
| Octal | 163 | 273 | 206 | 47 | 0 | 34 | 33 | 210 | 43 | 73 |
| Binary | 1110011 | 10111011 | 10000110 | 100111 | 0 | 11100 | 11011 | 10001000 | 100011 | 111011 |
Color Harmonies of #73BB86
Complementary color
Monochromatic Colors of #73BB86
Black with #73BB86
Text Example
Text Example
White with #73BB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BB86; }
p { color: rgb(115,187,134); }
H1.HeaderClassName
{
color: #73BB86;
}
.AnyTagClassName
{
color: #73BB86;
}
</style>
background-color css
<style>
a { background-color: #73BB86; }
a { background-color: rgb(115,187,134); }
div.DivClassName
{
background-color: #73BB86;
}
.BgClassName
{
background-color: #73BB86;
}
</style>
border-color css
<style>
span { border-color: #73BB86; }
span { border-color: rgb(115,187,134); }
td.TdClassName
{
border-color: #73BB86;
}
.TagClassName
{
border-color: #73BB86;
}
</style>