Shades of Bay Leaf #72BD85
Tints of Bay Leaf #72BD85
RGB
CMYK
RGB Variations
Color information
#72BD85 (or 0x72BD85) is known color: Bay Leaf. HEX triplet: 72, BD and 85. RGB value is (114,189,133). Sum of RGB (Red+Green+Blue) = 114+189+133=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BD85 is #8D427A. Grayscale: #A0A0A0. Windows color (decimal): -9257595 or 8764786. OLE color: 8764786.
HSL color Cylindrical-coordinate representation of color #72BD85: hue angle of 135.2º 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 #72BD85 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 133 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.26 |
| HSL | 135.2º | 0.36% | 0.59% | - |
| HSV(B) | 135.2º | 0.4% | 0.74% | - |
| XYZ | 29.37 | 41.67 | 28.68 | - |
| YUV | 160.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 133 | 0.40 | 0 | 0.30 | 0.26 | 135.2 | 0.36 | 0.59 |
| Hex | 72 | BD | 85 | 28 | 0 | 1E | 1A | 87 | 24 | 3B |
| Octal | 162 | 275 | 205 | 50 | 0 | 36 | 32 | 207 | 44 | 73 |
| Binary | 1110010 | 10111101 | 10000101 | 101000 | 0 | 11110 | 11010 | 10000111 | 100100 | 111011 |
Color Harmonies of #72BD85
Complementary color
Monochromatic Colors of #72BD85
Black with #72BD85
Text Example
Text Example
White with #72BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BD85; }
p { color: rgb(114,189,133); }
H1.HeaderClassName
{
color: #72BD85;
}
.AnyTagClassName
{
color: #72BD85;
}
</style>
background-color css
<style>
a { background-color: #72BD85; }
a { background-color: rgb(114,189,133); }
div.DivClassName
{
background-color: #72BD85;
}
.BgClassName
{
background-color: #72BD85;
}
</style>
border-color css
<style>
span { border-color: #72BD85; }
span { border-color: rgb(114,189,133); }
td.TdClassName
{
border-color: #72BD85;
}
.TagClassName
{
border-color: #72BD85;
}
</style>