Shades of Bay Leaf #73AA88
Tints of Bay Leaf #73AA88
RGB
CMYK
RGB Variations
Color information
#73AA88 (or 0x73AA88) is known color: Bay Leaf. HEX triplet: 73, AA and 88. RGB value is (115,170,136). Sum of RGB (Red+Green+Blue) = 115+170+136=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AA88 is #8C5577. Grayscale: #959595. Windows color (decimal): -9196920 or 8956531. OLE color: 8956531.
HSL color Cylindrical-coordinate representation of color #73AA88: hue angle of 142.91º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73AA88 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 136 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.33 |
| HSL | 142.91º | 0.24% | 0.56% | - |
| HSV(B) | 142.91º | 0.32% | 0.67% | - |
| XYZ | 25.89 | 34.17 | 28.52 | - |
| YUV | 149.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 136 | 0.32 | 0 | 0.20 | 0.33 | 142.91 | 0.24 | 0.56 |
| Hex | 73 | AA | 88 | 20 | 0 | 14 | 21 | 8F | 18 | 38 |
| Octal | 163 | 252 | 210 | 40 | 0 | 24 | 41 | 217 | 30 | 70 |
| Binary | 1110011 | 10101010 | 10001000 | 100000 | 0 | 10100 | 100001 | 10001111 | 11000 | 111000 |
Color Harmonies of #73AA88
Complementary color
Monochromatic Colors of #73AA88
Black with #73AA88
Text Example
Text Example
White with #73AA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA88; }
p { color: rgb(115,170,136); }
H1.HeaderClassName
{
color: #73AA88;
}
.AnyTagClassName
{
color: #73AA88;
}
</style>
background-color css
<style>
a { background-color: #73AA88; }
a { background-color: rgb(115,170,136); }
div.DivClassName
{
background-color: #73AA88;
}
.BgClassName
{
background-color: #73AA88;
}
</style>
border-color css
<style>
span { border-color: #73AA88; }
span { border-color: rgb(115,170,136); }
td.TdClassName
{
border-color: #73AA88;
}
.TagClassName
{
border-color: #73AA88;
}
</style>