Shades of Bay Leaf #73AB80
Tints of Bay Leaf #73AB80
RGB
CMYK
RGB Variations
Color information
#73AB80 (or 0x73AB80) is known color: Bay Leaf. HEX triplet: 73, AB and 80. RGB value is (115,171,128). Sum of RGB (Red+Green+Blue) = 115+171+128=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AB80 is #8C547F. Grayscale: #959595. Windows color (decimal): -9196672 or 8432499. OLE color: 8432499.
HSL color Cylindrical-coordinate representation of color #73AB80: hue angle of 133.93º 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 #73AB80 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 171 | 128 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.33 |
| HSL | 133.93º | 0.25% | 0.56% | - |
| HSV(B) | 133.93º | 0.33% | 0.67% | - |
| XYZ | 25.53 | 34.33 | 25.7 | - |
| YUV | 149.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 128 | 0.33 | 0 | 0.25 | 0.33 | 133.93 | 0.25 | 0.56 |
| Hex | 73 | AB | 80 | 21 | 0 | 19 | 21 | 86 | 19 | 38 |
| Octal | 163 | 253 | 200 | 41 | 0 | 31 | 41 | 206 | 31 | 70 |
| Binary | 1110011 | 10101011 | 10000000 | 100001 | 0 | 11001 | 100001 | 10000110 | 11001 | 111000 |
Color Harmonies of #73AB80
Complementary color
Monochromatic Colors of #73AB80
Black with #73AB80
Text Example
Text Example
White with #73AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AB80; }
p { color: rgb(115,171,128); }
H1.HeaderClassName
{
color: #73AB80;
}
.AnyTagClassName
{
color: #73AB80;
}
</style>
background-color css
<style>
a { background-color: #73AB80; }
a { background-color: rgb(115,171,128); }
div.DivClassName
{
background-color: #73AB80;
}
.BgClassName
{
background-color: #73AB80;
}
</style>
border-color css
<style>
span { border-color: #73AB80; }
span { border-color: rgb(115,171,128); }
td.TdClassName
{
border-color: #73AB80;
}
.TagClassName
{
border-color: #73AB80;
}
</style>