Shades of Bay Leaf #72AD8B
Tints of Bay Leaf #72AD8B
RGB
CMYK
RGB Variations
Color information
#72AD8B (or 0x72AD8B) is known color: Bay Leaf. HEX triplet: 72, AD and 8B. RGB value is (114,173,139). Sum of RGB (Red+Green+Blue) = 114+173+139=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AD8B is #8D5274. Grayscale: #979797. Windows color (decimal): -9261685 or 9153906. OLE color: 9153906.
HSL color Cylindrical-coordinate representation of color #72AD8B: hue angle of 145.42º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AD8B is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 139 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.32 |
| HSL | 145.42º | 0.26% | 0.56% | - |
| HSV(B) | 145.42º | 0.34% | 0.68% | - |
| XYZ | 26.54 | 35.33 | 29.85 | - |
| YUV | 151.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 139 | 0.34 | 0 | 0.20 | 0.32 | 145.42 | 0.26 | 0.56 |
| Hex | 72 | AD | 8B | 22 | 0 | 14 | 20 | 91 | 1A | 38 |
| Octal | 162 | 255 | 213 | 42 | 0 | 24 | 40 | 221 | 32 | 70 |
| Binary | 1110010 | 10101101 | 10001011 | 100010 | 0 | 10100 | 100000 | 10010001 | 11010 | 111000 |
Color Harmonies of #72AD8B
Complementary color
Monochromatic Colors of #72AD8B
Black with #72AD8B
Text Example
Text Example
White with #72AD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD8B; }
p { color: rgb(114,173,139); }
H1.HeaderClassName
{
color: #72AD8B;
}
.AnyTagClassName
{
color: #72AD8B;
}
</style>
background-color css
<style>
a { background-color: #72AD8B; }
a { background-color: rgb(114,173,139); }
div.DivClassName
{
background-color: #72AD8B;
}
.BgClassName
{
background-color: #72AD8B;
}
</style>
border-color css
<style>
span { border-color: #72AD8B; }
span { border-color: rgb(114,173,139); }
td.TdClassName
{
border-color: #72AD8B;
}
.TagClassName
{
border-color: #72AD8B;
}
</style>