Shades of Bay Leaf #72A286
Tints of Bay Leaf #72A286
RGB
CMYK
RGB Variations
Color information
#72A286 (or 0x72A286) is known color: Bay Leaf. HEX triplet: 72, A2 and 86. RGB value is (114,162,134). Sum of RGB (Red+Green+Blue) = 114+162+134=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 162 - color contains mainly: green. Hex color #72A286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A286 is #8D5D79. Grayscale: #909090. Windows color (decimal): -9264506 or 8823410. OLE color: 8823410.
HSL color Cylindrical-coordinate representation of color #72A286: hue angle of 145º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A286 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 162 | 134 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.36 |
| HSL | 145º | 0.21% | 0.54% | - |
| HSV(B) | 145º | 0.3% | 0.64% | - |
| XYZ | 24.16 | 31.14 | 27.29 | - |
| YUV | 144.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 162 | 134 | 0.30 | 0 | 0.17 | 0.36 | 145 | 0.21 | 0.54 |
| Hex | 72 | A2 | 86 | 1E | 0 | 11 | 24 | 91 | 15 | 36 |
| Octal | 162 | 242 | 206 | 36 | 0 | 21 | 44 | 221 | 25 | 66 |
| Binary | 1110010 | 10100010 | 10000110 | 11110 | 0 | 10001 | 100100 | 10010001 | 10101 | 110110 |
Color Harmonies of #72A286
Complementary color
Monochromatic Colors of #72A286
Black with #72A286
Text Example
Text Example
White with #72A286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A286; }
p { color: rgb(114,162,134); }
H1.HeaderClassName
{
color: #72A286;
}
.AnyTagClassName
{
color: #72A286;
}
</style>
background-color css
<style>
a { background-color: #72A286; }
a { background-color: rgb(114,162,134); }
div.DivClassName
{
background-color: #72A286;
}
.BgClassName
{
background-color: #72A286;
}
</style>
border-color css
<style>
span { border-color: #72A286; }
span { border-color: rgb(114,162,134); }
td.TdClassName
{
border-color: #72A286;
}
.TagClassName
{
border-color: #72A286;
}
</style>