Shades of Bay Leaf #73B48C
Tints of Bay Leaf #73B48C
RGB
CMYK
RGB Variations
Color information
#73B48C (or 0x73B48C) is known color: Bay Leaf. HEX triplet: 73, B4 and 8C. RGB value is (115,180,140). Sum of RGB (Red+Green+Blue) = 115+180+140=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #73B48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B48C is #8C4B73. Grayscale: #9C9C9C. Windows color (decimal): -9194356 or 9221235. OLE color: 9221235.
HSL color Cylindrical-coordinate representation of color #73B48C: hue angle of 143.08º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B48C is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 180 | 140 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.29 |
| HSL | 143.08º | 0.3% | 0.58% | - |
| HSV(B) | 143.08º | 0.36% | 0.71% | - |
| XYZ | 28.13 | 38.18 | 30.7 | - |
| YUV | 156.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 180 | 140 | 0.36 | 0 | 0.22 | 0.29 | 143.08 | 0.3 | 0.58 |
| Hex | 73 | B4 | 8C | 24 | 0 | 16 | 1D | 8F | 1E | 3A |
| Octal | 163 | 264 | 214 | 44 | 0 | 26 | 35 | 217 | 36 | 72 |
| Binary | 1110011 | 10110100 | 10001100 | 100100 | 0 | 10110 | 11101 | 10001111 | 11110 | 111010 |
Color Harmonies of #73B48C
Complementary color
Monochromatic Colors of #73B48C
Black with #73B48C
Text Example
Text Example
White with #73B48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B48C; }
p { color: rgb(115,180,140); }
H1.HeaderClassName
{
color: #73B48C;
}
.AnyTagClassName
{
color: #73B48C;
}
</style>
background-color css
<style>
a { background-color: #73B48C; }
a { background-color: rgb(115,180,140); }
div.DivClassName
{
background-color: #73B48C;
}
.BgClassName
{
background-color: #73B48C;
}
</style>
border-color css
<style>
span { border-color: #73B48C; }
span { border-color: rgb(115,180,140); }
td.TdClassName
{
border-color: #73B48C;
}
.TagClassName
{
border-color: #73B48C;
}
</style>