Shades of Bay Leaf #73A488
Tints of Bay Leaf #73A488
RGB
CMYK
RGB Variations
Color information
#73A488 (or 0x73A488) is known color: Bay Leaf. HEX triplet: 73, A4 and 88. RGB value is (115,164,136). Sum of RGB (Red+Green+Blue) = 115+164+136=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 164 - color contains mainly: green. Hex color #73A488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A488 is #8C5B77. Grayscale: #929292. Windows color (decimal): -9198456 or 8954995. OLE color: 8954995.
HSL color Cylindrical-coordinate representation of color #73A488: hue angle of 145.71º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73A488 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 164 | 136 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.36 |
| HSL | 145.71º | 0.21% | 0.55% | - |
| HSV(B) | 145.71º | 0.3% | 0.64% | - |
| XYZ | 24.79 | 31.97 | 28.16 | - |
| YUV | 146.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 164 | 136 | 0.30 | 0 | 0.17 | 0.36 | 145.71 | 0.21 | 0.55 |
| Hex | 73 | A4 | 88 | 1E | 0 | 11 | 24 | 92 | 15 | 37 |
| Octal | 163 | 244 | 210 | 36 | 0 | 21 | 44 | 222 | 25 | 67 |
| Binary | 1110011 | 10100100 | 10001000 | 11110 | 0 | 10001 | 100100 | 10010010 | 10101 | 110111 |
Color Harmonies of #73A488
Complementary color
Monochromatic Colors of #73A488
Black with #73A488
Text Example
Text Example
White with #73A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A488; }
p { color: rgb(115,164,136); }
H1.HeaderClassName
{
color: #73A488;
}
.AnyTagClassName
{
color: #73A488;
}
</style>
background-color css
<style>
a { background-color: #73A488; }
a { background-color: rgb(115,164,136); }
div.DivClassName
{
background-color: #73A488;
}
.BgClassName
{
background-color: #73A488;
}
</style>
border-color css
<style>
span { border-color: #73A488; }
span { border-color: rgb(115,164,136); }
td.TdClassName
{
border-color: #73A488;
}
.TagClassName
{
border-color: #73A488;
}
</style>