Shades of Bay Leaf #72BE89
Tints of Bay Leaf #72BE89
RGB
CMYK
RGB Variations
Color information
#72BE89 (or 0x72BE89) is known color: Bay Leaf. HEX triplet: 72, BE and 89. RGB value is (114,190,137). Sum of RGB (Red+Green+Blue) = 114+190+137=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BE89 is #8D4176. Grayscale: #A1A1A1. Windows color (decimal): -9257335 or 9027186. OLE color: 9027186.
HSL color Cylindrical-coordinate representation of color #72BE89: hue angle of 138.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BE89 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 190 | 137 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.25 |
| HSL | 138.16º | 0.37% | 0.6% | - |
| HSV(B) | 138.16º | 0.4% | 0.75% | - |
| XYZ | 29.87 | 42.21 | 30.24 | - |
| YUV | 161.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 190 | 137 | 0.40 | 0 | 0.28 | 0.25 | 138.16 | 0.37 | 0.6 |
| Hex | 72 | BE | 89 | 28 | 0 | 1C | 19 | 8A | 25 | 3C |
| Octal | 162 | 276 | 211 | 50 | 0 | 34 | 31 | 212 | 45 | 74 |
| Binary | 1110010 | 10111110 | 10001001 | 101000 | 0 | 11100 | 11001 | 10001010 | 100101 | 111100 |
Color Harmonies of #72BE89
Complementary color
Monochromatic Colors of #72BE89
Black with #72BE89
Text Example
Text Example
White with #72BE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BE89; }
p { color: rgb(114,190,137); }
H1.HeaderClassName
{
color: #72BE89;
}
.AnyTagClassName
{
color: #72BE89;
}
</style>
background-color css
<style>
a { background-color: #72BE89; }
a { background-color: rgb(114,190,137); }
div.DivClassName
{
background-color: #72BE89;
}
.BgClassName
{
background-color: #72BE89;
}
</style>
border-color css
<style>
span { border-color: #72BE89; }
span { border-color: rgb(114,190,137); }
td.TdClassName
{
border-color: #72BE89;
}
.TagClassName
{
border-color: #72BE89;
}
</style>