Shades of Bay Leaf #72A983
Tints of Bay Leaf #72A983
RGB
CMYK
RGB Variations
Color information
#72A983 (or 0x72A983) is known color: Bay Leaf. HEX triplet: 72, A9 and 83. RGB value is (114,169,131). Sum of RGB (Red+Green+Blue) = 114+169+131=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #72A983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A983 is #8D567C. Grayscale: #949494. Windows color (decimal): -9262717 or 8628594. OLE color: 8628594.
HSL color Cylindrical-coordinate representation of color #72A983: hue angle of 138.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72A983 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 169 | 131 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.34 |
| HSL | 138.55º | 0.24% | 0.55% | - |
| HSV(B) | 138.55º | 0.33% | 0.66% | - |
| XYZ | 25.22 | 33.59 | 26.63 | - |
| YUV | 148.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 169 | 131 | 0.33 | 0 | 0.22 | 0.34 | 138.55 | 0.24 | 0.55 |
| Hex | 72 | A9 | 83 | 21 | 0 | 16 | 22 | 8B | 18 | 37 |
| Octal | 162 | 251 | 203 | 41 | 0 | 26 | 42 | 213 | 30 | 67 |
| Binary | 1110010 | 10101001 | 10000011 | 100001 | 0 | 10110 | 100010 | 10001011 | 11000 | 110111 |
Color Harmonies of #72A983
Complementary color
Monochromatic Colors of #72A983
Black with #72A983
Text Example
Text Example
White with #72A983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A983; }
p { color: rgb(114,169,131); }
H1.HeaderClassName
{
color: #72A983;
}
.AnyTagClassName
{
color: #72A983;
}
</style>
background-color css
<style>
a { background-color: #72A983; }
a { background-color: rgb(114,169,131); }
div.DivClassName
{
background-color: #72A983;
}
.BgClassName
{
background-color: #72A983;
}
</style>
border-color css
<style>
span { border-color: #72A983; }
span { border-color: rgb(114,169,131); }
td.TdClassName
{
border-color: #72A983;
}
.TagClassName
{
border-color: #72A983;
}
</style>