Shades of Bay Leaf #72B37F
Tints of Bay Leaf #72B37F
RGB
CMYK
RGB Variations
Color information
#72B37F (or 0x72B37F) is known color: Bay Leaf. HEX triplet: 72, B3 and 7F. RGB value is (114,179,127). Sum of RGB (Red+Green+Blue) = 114+179+127=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #72B37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B37F is #8D4C80. Grayscale: #999999. Windows color (decimal): -9260161 or 8369010. OLE color: 8369010.
HSL color Cylindrical-coordinate representation of color #72B37F: hue angle of 132º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B37F is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 179 | 127 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.30 |
| HSL | 132º | 0.3% | 0.57% | - |
| HSV(B) | 132º | 0.36% | 0.7% | - |
| XYZ | 26.89 | 37.35 | 25.87 | - |
| YUV | 153.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 179 | 127 | 0.36 | 0 | 0.29 | 0.30 | 132 | 0.3 | 0.57 |
| Hex | 72 | B3 | 7F | 24 | 0 | 1D | 1E | 84 | 1E | 39 |
| Octal | 162 | 263 | 177 | 44 | 0 | 35 | 36 | 204 | 36 | 71 |
| Binary | 1110010 | 10110011 | 1111111 | 100100 | 0 | 11101 | 11110 | 10000100 | 11110 | 111001 |
Color Harmonies of #72B37F
Complementary color
Monochromatic Colors of #72B37F
Black with #72B37F
Text Example
Text Example
White with #72B37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B37F; }
p { color: rgb(114,179,127); }
H1.HeaderClassName
{
color: #72B37F;
}
.AnyTagClassName
{
color: #72B37F;
}
</style>
background-color css
<style>
a { background-color: #72B37F; }
a { background-color: rgb(114,179,127); }
div.DivClassName
{
background-color: #72B37F;
}
.BgClassName
{
background-color: #72B37F;
}
</style>
border-color css
<style>
span { border-color: #72B37F; }
span { border-color: rgb(114,179,127); }
td.TdClassName
{
border-color: #72B37F;
}
.TagClassName
{
border-color: #72B37F;
}
</style>