Shades of Bay Leaf #73BE8B
Tints of Bay Leaf #73BE8B
RGB
CMYK
RGB Variations
Color information
#73BE8B (or 0x73BE8B) is known color: Bay Leaf. HEX triplet: 73, BE and 8B. RGB value is (115,190,139). Sum of RGB (Red+Green+Blue) = 115+190+139=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #73BE8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BE8B is #8C4174. Grayscale: #A1A1A1. Windows color (decimal): -9191797 or 9158259. OLE color: 9158259.
HSL color Cylindrical-coordinate representation of color #73BE8B: hue angle of 139.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BE8B is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 139 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.25 |
| HSL | 139.2º | 0.37% | 0.6% | - |
| HSV(B) | 139.2º | 0.39% | 0.75% | - |
| XYZ | 30.14 | 42.34 | 31.01 | - |
| YUV | 161.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 139 | 0.39 | 0 | 0.27 | 0.25 | 139.2 | 0.37 | 0.6 |
| Hex | 73 | BE | 8B | 27 | 0 | 1B | 19 | 8B | 25 | 3C |
| Octal | 163 | 276 | 213 | 47 | 0 | 33 | 31 | 213 | 45 | 74 |
| Binary | 1110011 | 10111110 | 10001011 | 100111 | 0 | 11011 | 11001 | 10001011 | 100101 | 111100 |
Color Harmonies of #73BE8B
Complementary color
Monochromatic Colors of #73BE8B
Black with #73BE8B
Text Example
Text Example
White with #73BE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BE8B; }
p { color: rgb(115,190,139); }
H1.HeaderClassName
{
color: #73BE8B;
}
.AnyTagClassName
{
color: #73BE8B;
}
</style>
background-color css
<style>
a { background-color: #73BE8B; }
a { background-color: rgb(115,190,139); }
div.DivClassName
{
background-color: #73BE8B;
}
.BgClassName
{
background-color: #73BE8B;
}
</style>
border-color css
<style>
span { border-color: #73BE8B; }
span { border-color: rgb(115,190,139); }
td.TdClassName
{
border-color: #73BE8B;
}
.TagClassName
{
border-color: #73BE8B;
}
</style>