Shades of Bay Leaf #73B985
Tints of Bay Leaf #73B985
RGB
CMYK
RGB Variations
Color information
#73B985 (or 0x73B985) is known color: Bay Leaf. HEX triplet: 73, B9 and 85. RGB value is (115,185,133). Sum of RGB (Red+Green+Blue) = 115+185+133=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #73B985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B985 is #8C467A. Grayscale: #9E9E9E. Windows color (decimal): -9193083 or 8763763. OLE color: 8763763.
HSL color Cylindrical-coordinate representation of color #73B985: hue angle of 135.43º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73B985 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 185 | 133 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.27 |
| HSL | 135.43º | 0.33% | 0.59% | - |
| HSV(B) | 135.43º | 0.38% | 0.73% | - |
| XYZ | 28.65 | 40.04 | 28.41 | - |
| YUV | 158.14 | 113.81 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 185 | 133 | 0.38 | 0 | 0.28 | 0.27 | 135.43 | 0.33 | 0.59 |
| Hex | 73 | B9 | 85 | 26 | 0 | 1C | 1B | 87 | 21 | 3B |
| Octal | 163 | 271 | 205 | 46 | 0 | 34 | 33 | 207 | 41 | 73 |
| Binary | 1110011 | 10111001 | 10000101 | 100110 | 0 | 11100 | 11011 | 10000111 | 100001 | 111011 |
Color Harmonies of #73B985
Complementary color
Monochromatic Colors of #73B985
Black with #73B985
Text Example
Text Example
White with #73B985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B985; }
p { color: rgb(115,185,133); }
H1.HeaderClassName
{
color: #73B985;
}
.AnyTagClassName
{
color: #73B985;
}
</style>
background-color css
<style>
a { background-color: #73B985; }
a { background-color: rgb(115,185,133); }
div.DivClassName
{
background-color: #73B985;
}
.BgClassName
{
background-color: #73B985;
}
</style>
border-color css
<style>
span { border-color: #73B985; }
span { border-color: rgb(115,185,133); }
td.TdClassName
{
border-color: #73B985;
}
.TagClassName
{
border-color: #73B985;
}
</style>