Shades of Bay Leaf #72B385
Tints of Bay Leaf #72B385
RGB
CMYK
RGB Variations
Color information
#72B385 (or 0x72B385) is known color: Bay Leaf. HEX triplet: 72, B3 and 85. RGB value is (114,179,133). Sum of RGB (Red+Green+Blue) = 114+179+133=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #72B385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B385 is #8D4C7A. Grayscale: #9A9A9A. Windows color (decimal): -9260155 or 8762226. OLE color: 8762226.
HSL color Cylindrical-coordinate representation of color #72B385: hue angle of 137.54º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B385 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 179 | 133 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.30 |
| HSL | 137.54º | 0.3% | 0.57% | - |
| HSV(B) | 137.54º | 0.36% | 0.7% | - |
| XYZ | 27.29 | 37.51 | 27.99 | - |
| YUV | 154.32 | 115.97 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 179 | 133 | 0.36 | 0 | 0.26 | 0.30 | 137.54 | 0.3 | 0.57 |
| Hex | 72 | B3 | 85 | 24 | 0 | 1A | 1E | 8A | 1E | 39 |
| Octal | 162 | 263 | 205 | 44 | 0 | 32 | 36 | 212 | 36 | 71 |
| Binary | 1110010 | 10110011 | 10000101 | 100100 | 0 | 11010 | 11110 | 10001010 | 11110 | 111001 |
Color Harmonies of #72B385
Complementary color
Monochromatic Colors of #72B385
Black with #72B385
Text Example
Text Example
White with #72B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B385; }
p { color: rgb(114,179,133); }
H1.HeaderClassName
{
color: #72B385;
}
.AnyTagClassName
{
color: #72B385;
}
</style>
background-color css
<style>
a { background-color: #72B385; }
a { background-color: rgb(114,179,133); }
div.DivClassName
{
background-color: #72B385;
}
.BgClassName
{
background-color: #72B385;
}
</style>
border-color css
<style>
span { border-color: #72B385; }
span { border-color: rgb(114,179,133); }
td.TdClassName
{
border-color: #72B385;
}
.TagClassName
{
border-color: #72B385;
}
</style>