Shades of Bay Leaf #72B681
Tints of Bay Leaf #72B681
RGB
CMYK
RGB Variations
Color information
#72B681 (or 0x72B681) is known color: Bay Leaf. HEX triplet: 72, B6 and 81. RGB value is (114,182,129). Sum of RGB (Red+Green+Blue) = 114+182+129=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 182 - color contains mainly: green. Hex color #72B681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B681 is #8D497E. Grayscale: #9B9B9B. Windows color (decimal): -9259391 or 8500850. OLE color: 8500850.
HSL color Cylindrical-coordinate representation of color #72B681: hue angle of 133.24º 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 #72B681 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 182 | 129 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.29 |
| HSL | 133.24º | 0.32% | 0.58% | - |
| HSV(B) | 133.24º | 0.37% | 0.71% | - |
| XYZ | 27.63 | 38.62 | 26.77 | - |
| YUV | 155.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 182 | 129 | 0.37 | 0 | 0.29 | 0.29 | 133.24 | 0.32 | 0.58 |
| Hex | 72 | B6 | 81 | 25 | 0 | 1D | 1D | 85 | 20 | 3A |
| Octal | 162 | 266 | 201 | 45 | 0 | 35 | 35 | 205 | 40 | 72 |
| Binary | 1110010 | 10110110 | 10000001 | 100101 | 0 | 11101 | 11101 | 10000101 | 100000 | 111010 |
Color Harmonies of #72B681
Complementary color
Monochromatic Colors of #72B681
Black with #72B681
Text Example
Text Example
White with #72B681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B681; }
p { color: rgb(114,182,129); }
H1.HeaderClassName
{
color: #72B681;
}
.AnyTagClassName
{
color: #72B681;
}
</style>
background-color css
<style>
a { background-color: #72B681; }
a { background-color: rgb(114,182,129); }
div.DivClassName
{
background-color: #72B681;
}
.BgClassName
{
background-color: #72B681;
}
</style>
border-color css
<style>
span { border-color: #72B681; }
span { border-color: rgb(114,182,129); }
td.TdClassName
{
border-color: #72B681;
}
.TagClassName
{
border-color: #72B681;
}
</style>