Shades of Bay Leaf #73B87F
Tints of Bay Leaf #73B87F
RGB
CMYK
RGB Variations
Color information
#73B87F (or 0x73B87F) is known color: Bay Leaf. HEX triplet: 73, B8 and 7F. RGB value is (115,184,127). Sum of RGB (Red+Green+Blue) = 115+184+127=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 184 - color contains mainly: green. Hex color #73B87F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B87F is #8C4780. Grayscale: #9D9D9D. Windows color (decimal): -9193345 or 8370291. OLE color: 8370291.
HSL color Cylindrical-coordinate representation of color #73B87F: hue angle of 130.43º 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 #73B87F is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 184 | 127 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.28 |
| HSL | 130.43º | 0.33% | 0.59% | - |
| HSV(B) | 130.43º | 0.38% | 0.72% | - |
| XYZ | 28.04 | 39.46 | 26.22 | - |
| YUV | 156.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 127 | 0.38 | 0 | 0.31 | 0.28 | 130.43 | 0.33 | 0.59 |
| Hex | 73 | B8 | 7F | 26 | 0 | 1F | 1C | 82 | 21 | 3B |
| Octal | 163 | 270 | 177 | 46 | 0 | 37 | 34 | 202 | 41 | 73 |
| Binary | 1110011 | 10111000 | 1111111 | 100110 | 0 | 11111 | 11100 | 10000010 | 100001 | 111011 |
Color Harmonies of #73B87F
Complementary color
Monochromatic Colors of #73B87F
Black with #73B87F
Text Example
Text Example
White with #73B87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B87F; }
p { color: rgb(115,184,127); }
H1.HeaderClassName
{
color: #73B87F;
}
.AnyTagClassName
{
color: #73B87F;
}
</style>
background-color css
<style>
a { background-color: #73B87F; }
a { background-color: rgb(115,184,127); }
div.DivClassName
{
background-color: #73B87F;
}
.BgClassName
{
background-color: #73B87F;
}
</style>
border-color css
<style>
span { border-color: #73B87F; }
span { border-color: rgb(115,184,127); }
td.TdClassName
{
border-color: #73B87F;
}
.TagClassName
{
border-color: #73B87F;
}
</style>