Shades of Bay Leaf #73AB85
Tints of Bay Leaf #73AB85
RGB
CMYK
RGB Variations
Color information
#73AB85 (or 0x73AB85) is known color: Bay Leaf. HEX triplet: 73, AB and 85. RGB value is (115,171,133). Sum of RGB (Red+Green+Blue) = 115+171+133=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AB85 is #8C547A. Grayscale: #969696. Windows color (decimal): -9196667 or 8760179. OLE color: 8760179.
HSL color Cylindrical-coordinate representation of color #73AB85: hue angle of 139.29º degrees, saturation: 0.25, 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 #73AB85 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 171 | 133 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.33 |
| HSL | 139.29º | 0.25% | 0.56% | - |
| HSV(B) | 139.29º | 0.33% | 0.67% | - |
| XYZ | 25.87 | 34.46 | 27.48 | - |
| YUV | 149.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 133 | 0.33 | 0 | 0.22 | 0.33 | 139.29 | 0.25 | 0.56 |
| Hex | 73 | AB | 85 | 21 | 0 | 16 | 21 | 8B | 19 | 38 |
| Octal | 163 | 253 | 205 | 41 | 0 | 26 | 41 | 213 | 31 | 70 |
| Binary | 1110011 | 10101011 | 10000101 | 100001 | 0 | 10110 | 100001 | 10001011 | 11001 | 111000 |
Color Harmonies of #73AB85
Complementary color
Monochromatic Colors of #73AB85
Black with #73AB85
Text Example
Text Example
White with #73AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AB85; }
p { color: rgb(115,171,133); }
H1.HeaderClassName
{
color: #73AB85;
}
.AnyTagClassName
{
color: #73AB85;
}
</style>
background-color css
<style>
a { background-color: #73AB85; }
a { background-color: rgb(115,171,133); }
div.DivClassName
{
background-color: #73AB85;
}
.BgClassName
{
background-color: #73AB85;
}
</style>
border-color css
<style>
span { border-color: #73AB85; }
span { border-color: rgb(115,171,133); }
td.TdClassName
{
border-color: #73AB85;
}
.TagClassName
{
border-color: #73AB85;
}
</style>