Shades of Bay Leaf #72A888
Tints of Bay Leaf #72A888
RGB
CMYK
RGB Variations
Color information
#72A888 (or 0x72A888) is known color: Bay Leaf. HEX triplet: 72, A8 and 88. RGB value is (114,168,136). Sum of RGB (Red+Green+Blue) = 114+168+136=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 168 - color contains mainly: green. Hex color #72A888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A888 is #8D5777. Grayscale: #949494. Windows color (decimal): -9262968 or 8956018. OLE color: 8956018.
HSL color Cylindrical-coordinate representation of color #72A888: hue angle of 144.44º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72A888 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 168 | 136 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.34 |
| HSL | 144.44º | 0.24% | 0.55% | - |
| HSV(B) | 144.44º | 0.32% | 0.66% | - |
| XYZ | 25.39 | 33.36 | 28.39 | - |
| YUV | 148.21 | 121.11 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 136 | 0.32 | 0 | 0.19 | 0.34 | 144.44 | 0.24 | 0.55 |
| Hex | 72 | A8 | 88 | 20 | 0 | 13 | 22 | 90 | 18 | 37 |
| Octal | 162 | 250 | 210 | 40 | 0 | 23 | 42 | 220 | 30 | 67 |
| Binary | 1110010 | 10101000 | 10001000 | 100000 | 0 | 10011 | 100010 | 10010000 | 11000 | 110111 |
Color Harmonies of #72A888
Complementary color
Monochromatic Colors of #72A888
Black with #72A888
Text Example
Text Example
White with #72A888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A888; }
p { color: rgb(114,168,136); }
H1.HeaderClassName
{
color: #72A888;
}
.AnyTagClassName
{
color: #72A888;
}
</style>
background-color css
<style>
a { background-color: #72A888; }
a { background-color: rgb(114,168,136); }
div.DivClassName
{
background-color: #72A888;
}
.BgClassName
{
background-color: #72A888;
}
</style>
border-color css
<style>
span { border-color: #72A888; }
span { border-color: rgb(114,168,136); }
td.TdClassName
{
border-color: #72A888;
}
.TagClassName
{
border-color: #72A888;
}
</style>