Shades of Bay Leaf #73BF8D
Tints of Bay Leaf #73BF8D
RGB
CMYK
RGB Variations
Color information
#73BF8D (or 0x73BF8D) is known color: Bay Leaf. HEX triplet: 73, BF and 8D. RGB value is (115,191,141). Sum of RGB (Red+Green+Blue) = 115+191+141=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BF8D is #8C4072. Grayscale: #A2A2A2. Windows color (decimal): -9191539 or 9289587. OLE color: 9289587.
HSL color Cylindrical-coordinate representation of color #73BF8D: hue angle of 140.53º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BF8D is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 191 | 141 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.25 |
| HSL | 140.53º | 0.37% | 0.6% | - |
| HSV(B) | 140.53º | 0.4% | 0.75% | - |
| XYZ | 30.51 | 42.83 | 31.86 | - |
| YUV | 162.58 | 115.82 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 141 | 0.40 | 0 | 0.26 | 0.25 | 140.53 | 0.37 | 0.6 |
| Hex | 73 | BF | 8D | 28 | 0 | 1A | 19 | 8D | 25 | 3C |
| Octal | 163 | 277 | 215 | 50 | 0 | 32 | 31 | 215 | 45 | 74 |
| Binary | 1110011 | 10111111 | 10001101 | 101000 | 0 | 11010 | 11001 | 10001101 | 100101 | 111100 |
Color Harmonies of #73BF8D
Complementary color
Monochromatic Colors of #73BF8D
Black with #73BF8D
Text Example
Text Example
White with #73BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BF8D; }
p { color: rgb(115,191,141); }
H1.HeaderClassName
{
color: #73BF8D;
}
.AnyTagClassName
{
color: #73BF8D;
}
</style>
background-color css
<style>
a { background-color: #73BF8D; }
a { background-color: rgb(115,191,141); }
div.DivClassName
{
background-color: #73BF8D;
}
.BgClassName
{
background-color: #73BF8D;
}
</style>
border-color css
<style>
span { border-color: #73BF8D; }
span { border-color: rgb(115,191,141); }
td.TdClassName
{
border-color: #73BF8D;
}
.TagClassName
{
border-color: #73BF8D;
}
</style>