Shades of Bay Leaf #72BA80
Tints of Bay Leaf #72BA80
RGB
CMYK
RGB Variations
Color information
#72BA80 (or 0x72BA80) is known color: Bay Leaf. HEX triplet: 72, BA and 80. RGB value is (114,186,128). Sum of RGB (Red+Green+Blue) = 114+186+128=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BA80 is #8D457F. Grayscale: #9E9E9E. Windows color (decimal): -9258368 or 8436338. OLE color: 8436338.
HSL color Cylindrical-coordinate representation of color #72BA80: hue angle of 131.67º degrees, saturation: 0.34, 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 #72BA80 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 128 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.27 |
| HSL | 131.67º | 0.34% | 0.59% | - |
| HSV(B) | 131.67º | 0.39% | 0.73% | - |
| XYZ | 28.39 | 40.25 | 26.7 | - |
| YUV | 157.86 | 111.15 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 128 | 0.39 | 0 | 0.31 | 0.27 | 131.67 | 0.34 | 0.59 |
| Hex | 72 | BA | 80 | 27 | 0 | 1F | 1B | 84 | 22 | 3B |
| Octal | 162 | 272 | 200 | 47 | 0 | 37 | 33 | 204 | 42 | 73 |
| Binary | 1110010 | 10111010 | 10000000 | 100111 | 0 | 11111 | 11011 | 10000100 | 100010 | 111011 |
Color Harmonies of #72BA80
Complementary color
Monochromatic Colors of #72BA80
Black with #72BA80
Text Example
Text Example
White with #72BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA80; }
p { color: rgb(114,186,128); }
H1.HeaderClassName
{
color: #72BA80;
}
.AnyTagClassName
{
color: #72BA80;
}
</style>
background-color css
<style>
a { background-color: #72BA80; }
a { background-color: rgb(114,186,128); }
div.DivClassName
{
background-color: #72BA80;
}
.BgClassName
{
background-color: #72BA80;
}
</style>
border-color css
<style>
span { border-color: #72BA80; }
span { border-color: rgb(114,186,128); }
td.TdClassName
{
border-color: #72BA80;
}
.TagClassName
{
border-color: #72BA80;
}
</style>