Shades of Bay Leaf #71BB89
Tints of Bay Leaf #71BB89
RGB
CMYK
RGB Variations
Color information
#71BB89 (or 0x71BB89) is known color: Bay Leaf. HEX triplet: 71, BB and 89. RGB value is (113,187,137). Sum of RGB (Red+Green+Blue) = 113+187+137=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BB89 is #8E4476. Grayscale: #9F9F9F. Windows color (decimal): -9323639 or 9026417. OLE color: 9026417.
HSL color Cylindrical-coordinate representation of color #71BB89: hue angle of 139.46º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BB89 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 187 | 137 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.27 |
| HSL | 139.46º | 0.35% | 0.59% | - |
| HSV(B) | 139.46º | 0.4% | 0.73% | - |
| XYZ | 29.1 | 40.86 | 30.02 | - |
| YUV | 159.17 | 115.48 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 137 | 0.40 | 0 | 0.27 | 0.27 | 139.46 | 0.35 | 0.59 |
| Hex | 71 | BB | 89 | 28 | 0 | 1B | 1B | 8B | 23 | 3B |
| Octal | 161 | 273 | 211 | 50 | 0 | 33 | 33 | 213 | 43 | 73 |
| Binary | 1110001 | 10111011 | 10001001 | 101000 | 0 | 11011 | 11011 | 10001011 | 100011 | 111011 |
Color Harmonies of #71BB89
Complementary color
Monochromatic Colors of #71BB89
Black with #71BB89
Text Example
Text Example
White with #71BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BB89; }
p { color: rgb(113,187,137); }
H1.HeaderClassName
{
color: #71BB89;
}
.AnyTagClassName
{
color: #71BB89;
}
</style>
background-color css
<style>
a { background-color: #71BB89; }
a { background-color: rgb(113,187,137); }
div.DivClassName
{
background-color: #71BB89;
}
.BgClassName
{
background-color: #71BB89;
}
</style>
border-color css
<style>
span { border-color: #71BB89; }
span { border-color: rgb(113,187,137); }
td.TdClassName
{
border-color: #71BB89;
}
.TagClassName
{
border-color: #71BB89;
}
</style>