Shades of Bay Leaf #72B58C
Tints of Bay Leaf #72B58C
RGB
CMYK
RGB Variations
Color information
#72B58C (or 0x72B58C) is known color: Bay Leaf. HEX triplet: 72, B5 and 8C. RGB value is (114,181,140). Sum of RGB (Red+Green+Blue) = 114+181+140=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #72B58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B58C is #8D4A73. Grayscale: #9C9C9C. Windows color (decimal): -9259636 or 9221490. OLE color: 9221490.
HSL color Cylindrical-coordinate representation of color #72B58C: hue angle of 143.28º 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 #72B58C is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 181 | 140 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.29 |
| HSL | 143.28º | 0.31% | 0.58% | - |
| HSV(B) | 143.28º | 0.37% | 0.71% | - |
| XYZ | 28.2 | 38.52 | 30.76 | - |
| YUV | 156.29 | 118.8 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 181 | 140 | 0.37 | 0 | 0.23 | 0.29 | 143.28 | 0.31 | 0.58 |
| Hex | 72 | B5 | 8C | 25 | 0 | 17 | 1D | 8F | 1F | 3A |
| Octal | 162 | 265 | 214 | 45 | 0 | 27 | 35 | 217 | 37 | 72 |
| Binary | 1110010 | 10110101 | 10001100 | 100101 | 0 | 10111 | 11101 | 10001111 | 11111 | 111010 |
Color Harmonies of #72B58C
Complementary color
Monochromatic Colors of #72B58C
Black with #72B58C
Text Example
Text Example
White with #72B58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B58C; }
p { color: rgb(114,181,140); }
H1.HeaderClassName
{
color: #72B58C;
}
.AnyTagClassName
{
color: #72B58C;
}
</style>
background-color css
<style>
a { background-color: #72B58C; }
a { background-color: rgb(114,181,140); }
div.DivClassName
{
background-color: #72B58C;
}
.BgClassName
{
background-color: #72B58C;
}
</style>
border-color css
<style>
span { border-color: #72B58C; }
span { border-color: rgb(114,181,140); }
td.TdClassName
{
border-color: #72B58C;
}
.TagClassName
{
border-color: #72B58C;
}
</style>