Shades of Bay Leaf #73AF87
Tints of Bay Leaf #73AF87
RGB
CMYK
RGB Variations
Color information
#73AF87 (or 0x73AF87) is known color: Bay Leaf. HEX triplet: 73, AF and 87. RGB value is (115,175,135). Sum of RGB (Red+Green+Blue) = 115+175+135=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AF87 is #8C5078. Grayscale: #989898. Windows color (decimal): -9195641 or 8892275. OLE color: 8892275.
HSL color Cylindrical-coordinate representation of color #73AF87: hue angle of 140º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AF87 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 135 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.31 |
| HSL | 140º | 0.27% | 0.57% | - |
| HSV(B) | 140º | 0.34% | 0.69% | - |
| XYZ | 26.77 | 36.05 | 28.47 | - |
| YUV | 152.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 135 | 0.34 | 0 | 0.23 | 0.31 | 140 | 0.27 | 0.57 |
| Hex | 73 | AF | 87 | 22 | 0 | 17 | 1F | 8C | 1B | 39 |
| Octal | 163 | 257 | 207 | 42 | 0 | 27 | 37 | 214 | 33 | 71 |
| Binary | 1110011 | 10101111 | 10000111 | 100010 | 0 | 10111 | 11111 | 10001100 | 11011 | 111001 |
Color Harmonies of #73AF87
Complementary color
Monochromatic Colors of #73AF87
Black with #73AF87
Text Example
Text Example
White with #73AF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF87; }
p { color: rgb(115,175,135); }
H1.HeaderClassName
{
color: #73AF87;
}
.AnyTagClassName
{
color: #73AF87;
}
</style>
background-color css
<style>
a { background-color: #73AF87; }
a { background-color: rgb(115,175,135); }
div.DivClassName
{
background-color: #73AF87;
}
.BgClassName
{
background-color: #73AF87;
}
</style>
border-color css
<style>
span { border-color: #73AF87; }
span { border-color: rgb(115,175,135); }
td.TdClassName
{
border-color: #73AF87;
}
.TagClassName
{
border-color: #73AF87;
}
</style>