Shades of Bay Leaf #73B47F
Tints of Bay Leaf #73B47F
RGB
CMYK
RGB Variations
Color information
#73B47F (or 0x73B47F) is known color: Bay Leaf. HEX triplet: 73, B4 and 7F. RGB value is (115,180,127). Sum of RGB (Red+Green+Blue) = 115+180+127=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #73B47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B47F is #8C4B80. Grayscale: #9A9A9A. Windows color (decimal): -9194369 or 8369267. OLE color: 8369267.
HSL color Cylindrical-coordinate representation of color #73B47F: hue angle of 131.08º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B47F is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 180 | 127 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.29 |
| HSL | 131.08º | 0.3% | 0.58% | - |
| HSV(B) | 131.08º | 0.36% | 0.71% | - |
| XYZ | 27.22 | 37.82 | 25.94 | - |
| YUV | 154.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 180 | 127 | 0.36 | 0 | 0.29 | 0.29 | 131.08 | 0.3 | 0.58 |
| Hex | 73 | B4 | 7F | 24 | 0 | 1D | 1D | 83 | 1E | 3A |
| Octal | 163 | 264 | 177 | 44 | 0 | 35 | 35 | 203 | 36 | 72 |
| Binary | 1110011 | 10110100 | 1111111 | 100100 | 0 | 11101 | 11101 | 10000011 | 11110 | 111010 |
Color Harmonies of #73B47F
Complementary color
Monochromatic Colors of #73B47F
Black with #73B47F
Text Example
Text Example
White with #73B47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B47F; }
p { color: rgb(115,180,127); }
H1.HeaderClassName
{
color: #73B47F;
}
.AnyTagClassName
{
color: #73B47F;
}
</style>
background-color css
<style>
a { background-color: #73B47F; }
a { background-color: rgb(115,180,127); }
div.DivClassName
{
background-color: #73B47F;
}
.BgClassName
{
background-color: #73B47F;
}
</style>
border-color css
<style>
span { border-color: #73B47F; }
span { border-color: rgb(115,180,127); }
td.TdClassName
{
border-color: #73B47F;
}
.TagClassName
{
border-color: #73B47F;
}
</style>