Shades of Bay Leaf #73B88B
Tints of Bay Leaf #73B88B
RGB
CMYK
RGB Variations
Color information
#73B88B (or 0x73B88B) is known color: Bay Leaf. HEX triplet: 73, B8 and 8B. RGB value is (115,184,139). Sum of RGB (Red+Green+Blue) = 115+184+139=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #73B88B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B88B is #8C4774. Grayscale: #9E9E9E. Windows color (decimal): -9193333 or 9156723. OLE color: 9156723.
HSL color Cylindrical-coordinate representation of color #73B88B: hue angle of 140.87º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73B88B is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 184 | 139 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.28 |
| HSL | 140.87º | 0.33% | 0.59% | - |
| HSV(B) | 140.87º | 0.38% | 0.72% | - |
| XYZ | 28.87 | 39.79 | 30.58 | - |
| YUV | 158.24 | 117.14 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 139 | 0.38 | 0 | 0.24 | 0.28 | 140.87 | 0.33 | 0.59 |
| Hex | 73 | B8 | 8B | 26 | 0 | 18 | 1C | 8D | 21 | 3B |
| Octal | 163 | 270 | 213 | 46 | 0 | 30 | 34 | 215 | 41 | 73 |
| Binary | 1110011 | 10111000 | 10001011 | 100110 | 0 | 11000 | 11100 | 10001101 | 100001 | 111011 |
Color Harmonies of #73B88B
Complementary color
Monochromatic Colors of #73B88B
Black with #73B88B
Text Example
Text Example
White with #73B88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B88B; }
p { color: rgb(115,184,139); }
H1.HeaderClassName
{
color: #73B88B;
}
.AnyTagClassName
{
color: #73B88B;
}
</style>
background-color css
<style>
a { background-color: #73B88B; }
a { background-color: rgb(115,184,139); }
div.DivClassName
{
background-color: #73B88B;
}
.BgClassName
{
background-color: #73B88B;
}
</style>
border-color css
<style>
span { border-color: #73B88B; }
span { border-color: rgb(115,184,139); }
td.TdClassName
{
border-color: #73B88B;
}
.TagClassName
{
border-color: #73B88B;
}
</style>