Shades of Bay Leaf #73B385
Tints of Bay Leaf #73B385
RGB
CMYK
RGB Variations
Color information
#73B385 (or 0x73B385) is known color: Bay Leaf. HEX triplet: 73, B3 and 85. RGB value is (115,179,133). Sum of RGB (Red+Green+Blue) = 115+179+133=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 179 - color contains mainly: green. Hex color #73B385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B385 is #8C4C7A. Grayscale: #9A9A9A. Windows color (decimal): -9194619 or 8762227. OLE color: 8762227.
HSL color Cylindrical-coordinate representation of color #73B385: hue angle of 136.88º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B385 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 179 | 133 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.30 |
| HSL | 136.88º | 0.3% | 0.58% | - |
| HSV(B) | 136.88º | 0.36% | 0.7% | - |
| XYZ | 27.42 | 37.58 | 28 | - |
| YUV | 154.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 179 | 133 | 0.36 | 0 | 0.26 | 0.30 | 136.88 | 0.3 | 0.58 |
| Hex | 73 | B3 | 85 | 24 | 0 | 1A | 1E | 89 | 1E | 3A |
| Octal | 163 | 263 | 205 | 44 | 0 | 32 | 36 | 211 | 36 | 72 |
| Binary | 1110011 | 10110011 | 10000101 | 100100 | 0 | 11010 | 11110 | 10001001 | 11110 | 111010 |
Color Harmonies of #73B385
Complementary color
Monochromatic Colors of #73B385
Black with #73B385
Text Example
Text Example
White with #73B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B385; }
p { color: rgb(115,179,133); }
H1.HeaderClassName
{
color: #73B385;
}
.AnyTagClassName
{
color: #73B385;
}
</style>
background-color css
<style>
a { background-color: #73B385; }
a { background-color: rgb(115,179,133); }
div.DivClassName
{
background-color: #73B385;
}
.BgClassName
{
background-color: #73B385;
}
</style>
border-color css
<style>
span { border-color: #73B385; }
span { border-color: rgb(115,179,133); }
td.TdClassName
{
border-color: #73B385;
}
.TagClassName
{
border-color: #73B385;
}
</style>