Shades of Bay Leaf #72B57E
Tints of Bay Leaf #72B57E
RGB
CMYK
RGB Variations
Color information
#72B57E (or 0x72B57E) is known color: Bay Leaf. HEX triplet: 72, B5 and 7E. RGB value is (114,181,126). Sum of RGB (Red+Green+Blue) = 114+181+126=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #72B57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B57E is #8D4A81. Grayscale: #9A9A9A. Windows color (decimal): -9259650 or 8303986. OLE color: 8303986.
HSL color Cylindrical-coordinate representation of color #72B57E: hue angle of 130.75º 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 #72B57E is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 181 | 126 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.29 |
| HSL | 130.75º | 0.31% | 0.58% | - |
| HSV(B) | 130.75º | 0.37% | 0.71% | - |
| XYZ | 27.23 | 38.13 | 25.66 | - |
| YUV | 154.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 181 | 126 | 0.37 | 0 | 0.30 | 0.29 | 130.75 | 0.31 | 0.58 |
| Hex | 72 | B5 | 7E | 25 | 0 | 1E | 1D | 83 | 1F | 3A |
| Octal | 162 | 265 | 176 | 45 | 0 | 36 | 35 | 203 | 37 | 72 |
| Binary | 1110010 | 10110101 | 1111110 | 100101 | 0 | 11110 | 11101 | 10000011 | 11111 | 111010 |
Color Harmonies of #72B57E
Complementary color
Monochromatic Colors of #72B57E
Black with #72B57E
Text Example
Text Example
White with #72B57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B57E; }
p { color: rgb(114,181,126); }
H1.HeaderClassName
{
color: #72B57E;
}
.AnyTagClassName
{
color: #72B57E;
}
</style>
background-color css
<style>
a { background-color: #72B57E; }
a { background-color: rgb(114,181,126); }
div.DivClassName
{
background-color: #72B57E;
}
.BgClassName
{
background-color: #72B57E;
}
</style>
border-color css
<style>
span { border-color: #72B57E; }
span { border-color: rgb(114,181,126); }
td.TdClassName
{
border-color: #72B57E;
}
.TagClassName
{
border-color: #72B57E;
}
</style>