Shades of Bay Leaf #73B980
Tints of Bay Leaf #73B980
RGB
CMYK
RGB Variations
Color information
#73B980 (or 0x73B980) is known color: Bay Leaf. HEX triplet: 73, B9 and 80. RGB value is (115,185,128). Sum of RGB (Red+Green+Blue) = 115+185+128=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #73B980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B980 is #8C467F. Grayscale: #9D9D9D. Windows color (decimal): -9193088 or 8436083. OLE color: 8436083.
HSL color Cylindrical-coordinate representation of color #73B980: hue angle of 131.14º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73B980 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 185 | 128 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.27 |
| HSL | 131.14º | 0.33% | 0.59% | - |
| HSV(B) | 131.14º | 0.38% | 0.73% | - |
| XYZ | 28.32 | 39.9 | 26.63 | - |
| YUV | 157.57 | 111.31 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 185 | 128 | 0.38 | 0 | 0.31 | 0.27 | 131.14 | 0.33 | 0.59 |
| Hex | 73 | B9 | 80 | 26 | 0 | 1F | 1B | 83 | 21 | 3B |
| Octal | 163 | 271 | 200 | 46 | 0 | 37 | 33 | 203 | 41 | 73 |
| Binary | 1110011 | 10111001 | 10000000 | 100110 | 0 | 11111 | 11011 | 10000011 | 100001 | 111011 |
Color Harmonies of #73B980
Complementary color
Monochromatic Colors of #73B980
Black with #73B980
Text Example
Text Example
White with #73B980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B980; }
p { color: rgb(115,185,128); }
H1.HeaderClassName
{
color: #73B980;
}
.AnyTagClassName
{
color: #73B980;
}
</style>
background-color css
<style>
a { background-color: #73B980; }
a { background-color: rgb(115,185,128); }
div.DivClassName
{
background-color: #73B980;
}
.BgClassName
{
background-color: #73B980;
}
</style>
border-color css
<style>
span { border-color: #73B980; }
span { border-color: rgb(115,185,128); }
td.TdClassName
{
border-color: #73B980;
}
.TagClassName
{
border-color: #73B980;
}
</style>