Shades of Bay Leaf #73AC87
Tints of Bay Leaf #73AC87
RGB
CMYK
RGB Variations
Color information
#73AC87 (or 0x73AC87) is known color: Bay Leaf. HEX triplet: 73, AC and 87. RGB value is (115,172,135). Sum of RGB (Red+Green+Blue) = 115+172+135=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AC87 is #8C5378. Grayscale: #969696. Windows color (decimal): -9196409 or 8891507. OLE color: 8891507.
HSL color Cylindrical-coordinate representation of color #73AC87: hue angle of 141.05º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73AC87 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 172 | 135 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.33 |
| HSL | 141.05º | 0.26% | 0.56% | - |
| HSV(B) | 141.05º | 0.33% | 0.67% | - |
| XYZ | 26.2 | 34.9 | 28.28 | - |
| YUV | 150.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 135 | 0.33 | 0 | 0.22 | 0.33 | 141.05 | 0.26 | 0.56 |
| Hex | 73 | AC | 87 | 21 | 0 | 16 | 21 | 8D | 1A | 38 |
| Octal | 163 | 254 | 207 | 41 | 0 | 26 | 41 | 215 | 32 | 70 |
| Binary | 1110011 | 10101100 | 10000111 | 100001 | 0 | 10110 | 100001 | 10001101 | 11010 | 111000 |
Color Harmonies of #73AC87
Complementary color
Monochromatic Colors of #73AC87
Black with #73AC87
Text Example
Text Example
White with #73AC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AC87; }
p { color: rgb(115,172,135); }
H1.HeaderClassName
{
color: #73AC87;
}
.AnyTagClassName
{
color: #73AC87;
}
</style>
background-color css
<style>
a { background-color: #73AC87; }
a { background-color: rgb(115,172,135); }
div.DivClassName
{
background-color: #73AC87;
}
.BgClassName
{
background-color: #73AC87;
}
</style>
border-color css
<style>
span { border-color: #73AC87; }
span { border-color: rgb(115,172,135); }
td.TdClassName
{
border-color: #73AC87;
}
.TagClassName
{
border-color: #73AC87;
}
</style>