Shades of Bay Leaf #73B284
Tints of Bay Leaf #73B284
RGB
CMYK
RGB Variations
Color information
#73B284 (or 0x73B284) is known color: Bay Leaf. HEX triplet: 73, B2 and 84. RGB value is (115,178,132). Sum of RGB (Red+Green+Blue) = 115+178+132=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #73B284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B284 is #8C4D7B. Grayscale: #9A9A9A. Windows color (decimal): -9194876 or 8696435. OLE color: 8696435.
HSL color Cylindrical-coordinate representation of color #73B284: hue angle of 136.19º 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 #73B284 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 178 | 132 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.30 |
| HSL | 136.19º | 0.29% | 0.57% | - |
| HSV(B) | 136.19º | 0.35% | 0.7% | - |
| XYZ | 27.16 | 37.15 | 27.57 | - |
| YUV | 153.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 132 | 0.35 | 0 | 0.26 | 0.30 | 136.19 | 0.29 | 0.57 |
| Hex | 73 | B2 | 84 | 23 | 0 | 1A | 1E | 88 | 1D | 39 |
| Octal | 163 | 262 | 204 | 43 | 0 | 32 | 36 | 210 | 35 | 71 |
| Binary | 1110011 | 10110010 | 10000100 | 100011 | 0 | 11010 | 11110 | 10001000 | 11101 | 111001 |
Color Harmonies of #73B284
Complementary color
Monochromatic Colors of #73B284
Black with #73B284
Text Example
Text Example
White with #73B284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B284; }
p { color: rgb(115,178,132); }
H1.HeaderClassName
{
color: #73B284;
}
.AnyTagClassName
{
color: #73B284;
}
</style>
background-color css
<style>
a { background-color: #73B284; }
a { background-color: rgb(115,178,132); }
div.DivClassName
{
background-color: #73B284;
}
.BgClassName
{
background-color: #73B284;
}
</style>
border-color css
<style>
span { border-color: #73B284; }
span { border-color: rgb(115,178,132); }
td.TdClassName
{
border-color: #73B284;
}
.TagClassName
{
border-color: #73B284;
}
</style>