Shades of Bay Leaf #73AA80
Tints of Bay Leaf #73AA80
RGB
CMYK
RGB Variations
Color information
#73AA80 (or 0x73AA80) is known color: Bay Leaf. HEX triplet: 73, AA and 80. RGB value is (115,170,128). Sum of RGB (Red+Green+Blue) = 115+170+128=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AA80 is #8C557F. Grayscale: #949494. Windows color (decimal): -9196928 or 8432243. OLE color: 8432243.
HSL color Cylindrical-coordinate representation of color #73AA80: hue angle of 134.18º 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 #73AA80 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 128 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.33 |
| HSL | 134.18º | 0.24% | 0.56% | - |
| HSV(B) | 134.18º | 0.32% | 0.67% | - |
| XYZ | 25.34 | 33.95 | 25.64 | - |
| YUV | 148.77 | 116.28 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 128 | 0.32 | 0 | 0.25 | 0.33 | 134.18 | 0.24 | 0.56 |
| Hex | 73 | AA | 80 | 20 | 0 | 19 | 21 | 86 | 18 | 38 |
| Octal | 163 | 252 | 200 | 40 | 0 | 31 | 41 | 206 | 30 | 70 |
| Binary | 1110011 | 10101010 | 10000000 | 100000 | 0 | 11001 | 100001 | 10000110 | 11000 | 111000 |
Color Harmonies of #73AA80
Complementary color
Monochromatic Colors of #73AA80
Black with #73AA80
Text Example
Text Example
White with #73AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA80; }
p { color: rgb(115,170,128); }
H1.HeaderClassName
{
color: #73AA80;
}
.AnyTagClassName
{
color: #73AA80;
}
</style>
background-color css
<style>
a { background-color: #73AA80; }
a { background-color: rgb(115,170,128); }
div.DivClassName
{
background-color: #73AA80;
}
.BgClassName
{
background-color: #73AA80;
}
</style>
border-color css
<style>
span { border-color: #73AA80; }
span { border-color: rgb(115,170,128); }
td.TdClassName
{
border-color: #73AA80;
}
.TagClassName
{
border-color: #73AA80;
}
</style>