Shades of Bay Leaf #72BB80
Tints of Bay Leaf #72BB80
RGB
CMYK
RGB Variations
Color information
#72BB80 (or 0x72BB80) is known color: Bay Leaf. HEX triplet: 72, BB and 80. RGB value is (114,187,128). Sum of RGB (Red+Green+Blue) = 114+187+128=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BB80 is #8D447F. Grayscale: #9E9E9E. Windows color (decimal): -9258112 or 8436594. OLE color: 8436594.
HSL color Cylindrical-coordinate representation of color #72BB80: hue angle of 131.51º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BB80 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 187 | 128 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.27 |
| HSL | 131.51º | 0.35% | 0.59% | - |
| HSV(B) | 131.51º | 0.39% | 0.73% | - |
| XYZ | 28.61 | 40.68 | 26.77 | - |
| YUV | 158.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 187 | 128 | 0.39 | 0 | 0.32 | 0.27 | 131.51 | 0.35 | 0.59 |
| Hex | 72 | BB | 80 | 27 | 0 | 20 | 1B | 84 | 23 | 3B |
| Octal | 162 | 273 | 200 | 47 | 0 | 40 | 33 | 204 | 43 | 73 |
| Binary | 1110010 | 10111011 | 10000000 | 100111 | 0 | 100000 | 11011 | 10000100 | 100011 | 111011 |
Color Harmonies of #72BB80
Complementary color
Monochromatic Colors of #72BB80
Black with #72BB80
Text Example
Text Example
White with #72BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BB80; }
p { color: rgb(114,187,128); }
H1.HeaderClassName
{
color: #72BB80;
}
.AnyTagClassName
{
color: #72BB80;
}
</style>
background-color css
<style>
a { background-color: #72BB80; }
a { background-color: rgb(114,187,128); }
div.DivClassName
{
background-color: #72BB80;
}
.BgClassName
{
background-color: #72BB80;
}
</style>
border-color css
<style>
span { border-color: #72BB80; }
span { border-color: rgb(114,187,128); }
td.TdClassName
{
border-color: #72BB80;
}
.TagClassName
{
border-color: #72BB80;
}
</style>