Shades of Bay Leaf #73BF8B
Tints of Bay Leaf #73BF8B
RGB
CMYK
RGB Variations
Color information
#73BF8B (or 0x73BF8B) is known color: Bay Leaf. HEX triplet: 73, BF and 8B. RGB value is (115,191,139). Sum of RGB (Red+Green+Blue) = 115+191+139=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BF8B is #8C4074. Grayscale: #A2A2A2. Windows color (decimal): -9191541 or 9158515. OLE color: 9158515.
HSL color Cylindrical-coordinate representation of color #73BF8B: hue angle of 138.95º 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 #73BF8B is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 191 | 139 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.25 |
| HSL | 138.95º | 0.37% | 0.6% | - |
| HSV(B) | 138.95º | 0.4% | 0.75% | - |
| XYZ | 30.36 | 42.77 | 31.08 | - |
| YUV | 162.35 | 114.82 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 139 | 0.40 | 0 | 0.27 | 0.25 | 138.95 | 0.37 | 0.6 |
| Hex | 73 | BF | 8B | 28 | 0 | 1B | 19 | 8B | 25 | 3C |
| Octal | 163 | 277 | 213 | 50 | 0 | 33 | 31 | 213 | 45 | 74 |
| Binary | 1110011 | 10111111 | 10001011 | 101000 | 0 | 11011 | 11001 | 10001011 | 100101 | 111100 |
Color Harmonies of #73BF8B
Complementary color
Monochromatic Colors of #73BF8B
Black with #73BF8B
Text Example
Text Example
White with #73BF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BF8B; }
p { color: rgb(115,191,139); }
H1.HeaderClassName
{
color: #73BF8B;
}
.AnyTagClassName
{
color: #73BF8B;
}
</style>
background-color css
<style>
a { background-color: #73BF8B; }
a { background-color: rgb(115,191,139); }
div.DivClassName
{
background-color: #73BF8B;
}
.BgClassName
{
background-color: #73BF8B;
}
</style>
border-color css
<style>
span { border-color: #73BF8B; }
span { border-color: rgb(115,191,139); }
td.TdClassName
{
border-color: #73BF8B;
}
.TagClassName
{
border-color: #73BF8B;
}
</style>