Shades of Bay Leaf #72B886
Tints of Bay Leaf #72B886
RGB
CMYK
RGB Variations
Color information
#72B886 (or 0x72B886) is known color: Bay Leaf. HEX triplet: 72, B8 and 86. RGB value is (114,184,134). Sum of RGB (Red+Green+Blue) = 114+184+134=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 184 - color contains mainly: green. Hex color #72B886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B886 is #8D4779. Grayscale: #9D9D9D. Windows color (decimal): -9258874 or 8829042. OLE color: 8829042.
HSL color Cylindrical-coordinate representation of color #72B886: hue angle of 137.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B886 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 184 | 134 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.28 |
| HSL | 137.14º | 0.33% | 0.58% | - |
| HSV(B) | 137.14º | 0.38% | 0.72% | - |
| XYZ | 28.38 | 39.58 | 28.7 | - |
| YUV | 157.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 184 | 134 | 0.38 | 0 | 0.27 | 0.28 | 137.14 | 0.33 | 0.58 |
| Hex | 72 | B8 | 86 | 26 | 0 | 1B | 1C | 89 | 21 | 3A |
| Octal | 162 | 270 | 206 | 46 | 0 | 33 | 34 | 211 | 41 | 72 |
| Binary | 1110010 | 10111000 | 10000110 | 100110 | 0 | 11011 | 11100 | 10001001 | 100001 | 111010 |
Color Harmonies of #72B886
Complementary color
Monochromatic Colors of #72B886
Black with #72B886
Text Example
Text Example
White with #72B886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B886; }
p { color: rgb(114,184,134); }
H1.HeaderClassName
{
color: #72B886;
}
.AnyTagClassName
{
color: #72B886;
}
</style>
background-color css
<style>
a { background-color: #72B886; }
a { background-color: rgb(114,184,134); }
div.DivClassName
{
background-color: #72B886;
}
.BgClassName
{
background-color: #72B886;
}
</style>
border-color css
<style>
span { border-color: #72B886; }
span { border-color: rgb(114,184,134); }
td.TdClassName
{
border-color: #72B886;
}
.TagClassName
{
border-color: #72B886;
}
</style>