Shades of Bay Leaf #72BD84
Tints of Bay Leaf #72BD84
RGB
CMYK
RGB Variations
Color information
#72BD84 (or 0x72BD84) is known color: Bay Leaf. HEX triplet: 72, BD and 84. RGB value is (114,189,132). Sum of RGB (Red+Green+Blue) = 114+189+132=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BD84 is #8D427B. Grayscale: #A0A0A0. Windows color (decimal): -9257596 or 8699250. OLE color: 8699250.
HSL color Cylindrical-coordinate representation of color #72BD84: hue angle of 134.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BD84 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 132 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.26 |
| HSL | 134.4º | 0.36% | 0.59% | - |
| HSV(B) | 134.4º | 0.4% | 0.74% | - |
| XYZ | 29.3 | 41.64 | 28.32 | - |
| YUV | 160.08 | 112.15 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 132 | 0.40 | 0 | 0.30 | 0.26 | 134.4 | 0.36 | 0.59 |
| Hex | 72 | BD | 84 | 28 | 0 | 1E | 1A | 86 | 24 | 3B |
| Octal | 162 | 275 | 204 | 50 | 0 | 36 | 32 | 206 | 44 | 73 |
| Binary | 1110010 | 10111101 | 10000100 | 101000 | 0 | 11110 | 11010 | 10000110 | 100100 | 111011 |
Color Harmonies of #72BD84
Complementary color
Monochromatic Colors of #72BD84
Black with #72BD84
Text Example
Text Example
White with #72BD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BD84; }
p { color: rgb(114,189,132); }
H1.HeaderClassName
{
color: #72BD84;
}
.AnyTagClassName
{
color: #72BD84;
}
</style>
background-color css
<style>
a { background-color: #72BD84; }
a { background-color: rgb(114,189,132); }
div.DivClassName
{
background-color: #72BD84;
}
.BgClassName
{
background-color: #72BD84;
}
</style>
border-color css
<style>
span { border-color: #72BD84; }
span { border-color: rgb(114,189,132); }
td.TdClassName
{
border-color: #72BD84;
}
.TagClassName
{
border-color: #72BD84;
}
</style>