Shades of Bay Leaf #71B589
Tints of Bay Leaf #71B589
RGB
CMYK
RGB Variations
Color information
#71B589 (or 0x71B589) is known color: Bay Leaf. HEX triplet: 71, B5 and 89. RGB value is (113,181,137). Sum of RGB (Red+Green+Blue) = 113+181+137=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #71B589 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B589 is #8E4A76. Grayscale: #9B9B9B. Windows color (decimal): -9325175 or 9024881. OLE color: 9024881.
HSL color Cylindrical-coordinate representation of color #71B589: hue angle of 141.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B589 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 181 | 137 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.29 |
| HSL | 141.18º | 0.31% | 0.58% | - |
| HSV(B) | 141.18º | 0.38% | 0.71% | - |
| XYZ | 27.85 | 38.36 | 29.6 | - |
| YUV | 155.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 181 | 137 | 0.38 | 0 | 0.24 | 0.29 | 141.18 | 0.31 | 0.58 |
| Hex | 71 | B5 | 89 | 26 | 0 | 18 | 1D | 8D | 1F | 3A |
| Octal | 161 | 265 | 211 | 46 | 0 | 30 | 35 | 215 | 37 | 72 |
| Binary | 1110001 | 10110101 | 10001001 | 100110 | 0 | 11000 | 11101 | 10001101 | 11111 | 111010 |
Color Harmonies of #71B589
Complementary color
Monochromatic Colors of #71B589
Black with #71B589
Text Example
Text Example
White with #71B589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B589; }
p { color: rgb(113,181,137); }
H1.HeaderClassName
{
color: #71B589;
}
.AnyTagClassName
{
color: #71B589;
}
</style>
background-color css
<style>
a { background-color: #71B589; }
a { background-color: rgb(113,181,137); }
div.DivClassName
{
background-color: #71B589;
}
.BgClassName
{
background-color: #71B589;
}
</style>
border-color css
<style>
span { border-color: #71B589; }
span { border-color: rgb(113,181,137); }
td.TdClassName
{
border-color: #71B589;
}
.TagClassName
{
border-color: #71B589;
}
</style>