Shades of Bay Leaf #73B78C
Tints of Bay Leaf #73B78C
RGB
CMYK
RGB Variations
Color information
#73B78C (or 0x73B78C) is known color: Bay Leaf. HEX triplet: 73, B7 and 8C. RGB value is (115,183,140). Sum of RGB (Red+Green+Blue) = 115+183+140=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #73B78C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B78C is #8C4873. Grayscale: #9D9D9D. Windows color (decimal): -9193588 or 9222003. OLE color: 9222003.
HSL color Cylindrical-coordinate representation of color #73B78C: hue angle of 142.06º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73B78C is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 183 | 140 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.28 |
| HSL | 142.06º | 0.32% | 0.58% | - |
| HSV(B) | 142.06º | 0.37% | 0.72% | - |
| XYZ | 28.74 | 39.41 | 30.9 | - |
| YUV | 157.77 | 117.97 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 140 | 0.37 | 0 | 0.23 | 0.28 | 142.06 | 0.32 | 0.58 |
| Hex | 73 | B7 | 8C | 25 | 0 | 17 | 1C | 8E | 20 | 3A |
| Octal | 163 | 267 | 214 | 45 | 0 | 27 | 34 | 216 | 40 | 72 |
| Binary | 1110011 | 10110111 | 10001100 | 100101 | 0 | 10111 | 11100 | 10001110 | 100000 | 111010 |
Color Harmonies of #73B78C
Complementary color
Monochromatic Colors of #73B78C
Black with #73B78C
Text Example
Text Example
White with #73B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B78C; }
p { color: rgb(115,183,140); }
H1.HeaderClassName
{
color: #73B78C;
}
.AnyTagClassName
{
color: #73B78C;
}
</style>
background-color css
<style>
a { background-color: #73B78C; }
a { background-color: rgb(115,183,140); }
div.DivClassName
{
background-color: #73B78C;
}
.BgClassName
{
background-color: #73B78C;
}
</style>
border-color css
<style>
span { border-color: #73B78C; }
span { border-color: rgb(115,183,140); }
td.TdClassName
{
border-color: #73B78C;
}
.TagClassName
{
border-color: #73B78C;
}
</style>