Shades of Bay Leaf #72A883
Tints of Bay Leaf #72A883
RGB
CMYK
RGB Variations
Color information
#72A883 (or 0x72A883) is known color: Bay Leaf. HEX triplet: 72, A8 and 83. RGB value is (114,168,131). Sum of RGB (Red+Green+Blue) = 114+168+131=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 168 - color contains mainly: green. Hex color #72A883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A883 is #8D577C. Grayscale: #939393. Windows color (decimal): -9262973 or 8628338. OLE color: 8628338.
HSL color Cylindrical-coordinate representation of color #72A883: hue angle of 138.89º 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 #72A883 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 168 | 131 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.34 |
| HSL | 138.89º | 0.24% | 0.55% | - |
| HSV(B) | 138.89º | 0.32% | 0.66% | - |
| XYZ | 25.04 | 33.22 | 26.57 | - |
| YUV | 147.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 131 | 0.32 | 0 | 0.22 | 0.34 | 138.89 | 0.24 | 0.55 |
| Hex | 72 | A8 | 83 | 20 | 0 | 16 | 22 | 8B | 18 | 37 |
| Octal | 162 | 250 | 203 | 40 | 0 | 26 | 42 | 213 | 30 | 67 |
| Binary | 1110010 | 10101000 | 10000011 | 100000 | 0 | 10110 | 100010 | 10001011 | 11000 | 110111 |
Color Harmonies of #72A883
Complementary color
Monochromatic Colors of #72A883
Black with #72A883
Text Example
Text Example
White with #72A883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A883; }
p { color: rgb(114,168,131); }
H1.HeaderClassName
{
color: #72A883;
}
.AnyTagClassName
{
color: #72A883;
}
</style>
background-color css
<style>
a { background-color: #72A883; }
a { background-color: rgb(114,168,131); }
div.DivClassName
{
background-color: #72A883;
}
.BgClassName
{
background-color: #72A883;
}
</style>
border-color css
<style>
span { border-color: #72A883; }
span { border-color: rgb(114,168,131); }
td.TdClassName
{
border-color: #72A883;
}
.TagClassName
{
border-color: #72A883;
}
</style>