Shades of Bay Leaf #72B67E
Tints of Bay Leaf #72B67E
RGB
CMYK
RGB Variations
Color information
#72B67E (or 0x72B67E) is known color: Bay Leaf. HEX triplet: 72, B6 and 7E. RGB value is (114,182,126). Sum of RGB (Red+Green+Blue) = 114+182+126=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 182 - color contains mainly: green. Hex color #72B67E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B67E is #8D4981. Grayscale: #9B9B9B. Windows color (decimal): -9259394 or 8304242. OLE color: 8304242.
HSL color Cylindrical-coordinate representation of color #72B67E: hue angle of 130.59º degrees, saturation: 0.32, 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 #72B67E is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 182 | 126 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.29 |
| HSL | 130.59º | 0.32% | 0.58% | - |
| HSV(B) | 130.59º | 0.37% | 0.71% | - |
| XYZ | 27.43 | 38.54 | 25.73 | - |
| YUV | 155.28 | 111.47 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 182 | 126 | 0.37 | 0 | 0.31 | 0.29 | 130.59 | 0.32 | 0.58 |
| Hex | 72 | B6 | 7E | 25 | 0 | 1F | 1D | 83 | 20 | 3A |
| Octal | 162 | 266 | 176 | 45 | 0 | 37 | 35 | 203 | 40 | 72 |
| Binary | 1110010 | 10110110 | 1111110 | 100101 | 0 | 11111 | 11101 | 10000011 | 100000 | 111010 |
Color Harmonies of #72B67E
Complementary color
Monochromatic Colors of #72B67E
Black with #72B67E
Text Example
Text Example
White with #72B67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B67E; }
p { color: rgb(114,182,126); }
H1.HeaderClassName
{
color: #72B67E;
}
.AnyTagClassName
{
color: #72B67E;
}
</style>
background-color css
<style>
a { background-color: #72B67E; }
a { background-color: rgb(114,182,126); }
div.DivClassName
{
background-color: #72B67E;
}
.BgClassName
{
background-color: #72B67E;
}
</style>
border-color css
<style>
span { border-color: #72B67E; }
span { border-color: rgb(114,182,126); }
td.TdClassName
{
border-color: #72B67E;
}
.TagClassName
{
border-color: #72B67E;
}
</style>