Shades of Bay Leaf #71BC85
Tints of Bay Leaf #71BC85
RGB
CMYK
RGB Variations
Color information
#71BC85 (or 0x71BC85) is known color: Bay Leaf. HEX triplet: 71, BC and 85. RGB value is (113,188,133). Sum of RGB (Red+Green+Blue) = 113+188+133=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BC85 is #8E437A. Grayscale: #9F9F9F. Windows color (decimal): -9323387 or 8764529. OLE color: 8764529.
HSL color Cylindrical-coordinate representation of color #71BC85: hue angle of 136º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BC85 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 133 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.26 |
| HSL | 136º | 0.36% | 0.59% | - |
| HSV(B) | 136º | 0.4% | 0.74% | - |
| XYZ | 29.03 | 41.17 | 28.61 | - |
| YUV | 159.31 | 113.15 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 133 | 0.40 | 0 | 0.29 | 0.26 | 136 | 0.36 | 0.59 |
| Hex | 71 | BC | 85 | 28 | 0 | 1D | 1A | 88 | 24 | 3B |
| Octal | 161 | 274 | 205 | 50 | 0 | 35 | 32 | 210 | 44 | 73 |
| Binary | 1110001 | 10111100 | 10000101 | 101000 | 0 | 11101 | 11010 | 10001000 | 100100 | 111011 |
Color Harmonies of #71BC85
Complementary color
Monochromatic Colors of #71BC85
Black with #71BC85
Text Example
Text Example
White with #71BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC85; }
p { color: rgb(113,188,133); }
H1.HeaderClassName
{
color: #71BC85;
}
.AnyTagClassName
{
color: #71BC85;
}
</style>
background-color css
<style>
a { background-color: #71BC85; }
a { background-color: rgb(113,188,133); }
div.DivClassName
{
background-color: #71BC85;
}
.BgClassName
{
background-color: #71BC85;
}
</style>
border-color css
<style>
span { border-color: #71BC85; }
span { border-color: rgb(113,188,133); }
td.TdClassName
{
border-color: #71BC85;
}
.TagClassName
{
border-color: #71BC85;
}
</style>