Shades of Bay Leaf #72BC81
Tints of Bay Leaf #72BC81
RGB
CMYK
RGB Variations
Color information
#72BC81 (or 0x72BC81) is known color: Bay Leaf. HEX triplet: 72, BC and 81. RGB value is (114,188,129). Sum of RGB (Red+Green+Blue) = 114+188+129=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BC81 is #8D437E. Grayscale: #9F9F9F. Windows color (decimal): -9257855 or 8502386. OLE color: 8502386.
HSL color Cylindrical-coordinate representation of color #72BC81: hue angle of 132.16º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BC81 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 188 | 129 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.26 |
| HSL | 132.16º | 0.36% | 0.59% | - |
| HSV(B) | 132.16º | 0.39% | 0.74% | - |
| XYZ | 28.89 | 41.13 | 27.19 | - |
| YUV | 159.15 | 110.98 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 129 | 0.39 | 0 | 0.31 | 0.26 | 132.16 | 0.36 | 0.59 |
| Hex | 72 | BC | 81 | 27 | 0 | 1F | 1A | 84 | 24 | 3B |
| Octal | 162 | 274 | 201 | 47 | 0 | 37 | 32 | 204 | 44 | 73 |
| Binary | 1110010 | 10111100 | 10000001 | 100111 | 0 | 11111 | 11010 | 10000100 | 100100 | 111011 |
Color Harmonies of #72BC81
Complementary color
Monochromatic Colors of #72BC81
Black with #72BC81
Text Example
Text Example
White with #72BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BC81; }
p { color: rgb(114,188,129); }
H1.HeaderClassName
{
color: #72BC81;
}
.AnyTagClassName
{
color: #72BC81;
}
</style>
background-color css
<style>
a { background-color: #72BC81; }
a { background-color: rgb(114,188,129); }
div.DivClassName
{
background-color: #72BC81;
}
.BgClassName
{
background-color: #72BC81;
}
</style>
border-color css
<style>
span { border-color: #72BC81; }
span { border-color: rgb(114,188,129); }
td.TdClassName
{
border-color: #72BC81;
}
.TagClassName
{
border-color: #72BC81;
}
</style>