Shades of Bay Leaf #73B286
Tints of Bay Leaf #73B286
RGB
CMYK
RGB Variations
Color information
#73B286 (or 0x73B286) is known color: Bay Leaf. HEX triplet: 73, B2 and 86. RGB value is (115,178,134). Sum of RGB (Red+Green+Blue) = 115+178+134=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #73B286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B286 is #8C4D79. Grayscale: #9A9A9A. Windows color (decimal): -9194874 or 8827507. OLE color: 8827507.
HSL color Cylindrical-coordinate representation of color #73B286: hue angle of 138.1º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B286 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 178 | 134 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.30 |
| HSL | 138.1º | 0.29% | 0.57% | - |
| HSV(B) | 138.1º | 0.35% | 0.7% | - |
| XYZ | 27.29 | 37.21 | 28.3 | - |
| YUV | 154.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 134 | 0.35 | 0 | 0.25 | 0.30 | 138.1 | 0.29 | 0.57 |
| Hex | 73 | B2 | 86 | 23 | 0 | 19 | 1E | 8A | 1D | 39 |
| Octal | 163 | 262 | 206 | 43 | 0 | 31 | 36 | 212 | 35 | 71 |
| Binary | 1110011 | 10110010 | 10000110 | 100011 | 0 | 11001 | 11110 | 10001010 | 11101 | 111001 |
Color Harmonies of #73B286
Complementary color
Monochromatic Colors of #73B286
Black with #73B286
Text Example
Text Example
White with #73B286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B286; }
p { color: rgb(115,178,134); }
H1.HeaderClassName
{
color: #73B286;
}
.AnyTagClassName
{
color: #73B286;
}
</style>
background-color css
<style>
a { background-color: #73B286; }
a { background-color: rgb(115,178,134); }
div.DivClassName
{
background-color: #73B286;
}
.BgClassName
{
background-color: #73B286;
}
</style>
border-color css
<style>
span { border-color: #73B286; }
span { border-color: rgb(115,178,134); }
td.TdClassName
{
border-color: #73B286;
}
.TagClassName
{
border-color: #73B286;
}
</style>