Shades of Bay Leaf #72BE80
Tints of Bay Leaf #72BE80
RGB
CMYK
RGB Variations
Color information
#72BE80 (or 0x72BE80) is known color: Bay Leaf. HEX triplet: 72, BE and 80. RGB value is (114,190,128). Sum of RGB (Red+Green+Blue) = 114+190+128=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BE80 is #8D417F. Grayscale: #A0A0A0. Windows color (decimal): -9257344 or 8437362. OLE color: 8437362.
HSL color Cylindrical-coordinate representation of color #72BE80: hue angle of 131.05º 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 #72BE80 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 190 | 128 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.25 |
| HSL | 131.05º | 0.37% | 0.6% | - |
| HSV(B) | 131.05º | 0.4% | 0.75% | - |
| XYZ | 29.25 | 41.96 | 26.98 | - |
| YUV | 160.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 190 | 128 | 0.40 | 0 | 0.33 | 0.25 | 131.05 | 0.37 | 0.6 |
| Hex | 72 | BE | 80 | 28 | 0 | 21 | 19 | 83 | 25 | 3C |
| Octal | 162 | 276 | 200 | 50 | 0 | 41 | 31 | 203 | 45 | 74 |
| Binary | 1110010 | 10111110 | 10000000 | 101000 | 0 | 100001 | 11001 | 10000011 | 100101 | 111100 |
Color Harmonies of #72BE80
Complementary color
Monochromatic Colors of #72BE80
Black with #72BE80
Text Example
Text Example
White with #72BE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BE80; }
p { color: rgb(114,190,128); }
H1.HeaderClassName
{
color: #72BE80;
}
.AnyTagClassName
{
color: #72BE80;
}
</style>
background-color css
<style>
a { background-color: #72BE80; }
a { background-color: rgb(114,190,128); }
div.DivClassName
{
background-color: #72BE80;
}
.BgClassName
{
background-color: #72BE80;
}
</style>
border-color css
<style>
span { border-color: #72BE80; }
span { border-color: rgb(114,190,128); }
td.TdClassName
{
border-color: #72BE80;
}
.TagClassName
{
border-color: #72BE80;
}
</style>