Shades of Bay Leaf #72B58E
Tints of Bay Leaf #72B58E
RGB
CMYK
RGB Variations
Color information
#72B58E (or 0x72B58E) is known color: Bay Leaf. HEX triplet: 72, B5 and 8E. RGB value is (114,181,142). Sum of RGB (Red+Green+Blue) = 114+181+142=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #72B58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B58E is #8D4A71. Grayscale: #9C9C9C. Windows color (decimal): -9259634 or 9352562. OLE color: 9352562.
HSL color Cylindrical-coordinate representation of color #72B58E: hue angle of 145.07º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72B58E is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 181 | 142 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.29 |
| HSL | 145.07º | 0.31% | 0.58% | - |
| HSV(B) | 145.07º | 0.37% | 0.71% | - |
| XYZ | 28.35 | 38.58 | 31.54 | - |
| YUV | 156.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 181 | 142 | 0.37 | 0 | 0.22 | 0.29 | 145.07 | 0.31 | 0.58 |
| Hex | 72 | B5 | 8E | 25 | 0 | 16 | 1D | 91 | 1F | 3A |
| Octal | 162 | 265 | 216 | 45 | 0 | 26 | 35 | 221 | 37 | 72 |
| Binary | 1110010 | 10110101 | 10001110 | 100101 | 0 | 10110 | 11101 | 10010001 | 11111 | 111010 |
Color Harmonies of #72B58E
Complementary color
Monochromatic Colors of #72B58E
Black with #72B58E
Text Example
Text Example
White with #72B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B58E; }
p { color: rgb(114,181,142); }
H1.HeaderClassName
{
color: #72B58E;
}
.AnyTagClassName
{
color: #72B58E;
}
</style>
background-color css
<style>
a { background-color: #72B58E; }
a { background-color: rgb(114,181,142); }
div.DivClassName
{
background-color: #72B58E;
}
.BgClassName
{
background-color: #72B58E;
}
</style>
border-color css
<style>
span { border-color: #72B58E; }
span { border-color: rgb(114,181,142); }
td.TdClassName
{
border-color: #72B58E;
}
.TagClassName
{
border-color: #72B58E;
}
</style>