Shades of Bay Leaf #71BD85
Tints of Bay Leaf #71BD85
RGB
CMYK
RGB Variations
Color information
#71BD85 (or 0x71BD85) is known color: Bay Leaf. HEX triplet: 71, BD and 85. RGB value is (113,189,133). Sum of RGB (Red+Green+Blue) = 113+189+133=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BD85 is #8E427A. Grayscale: #A0A0A0. Windows color (decimal): -9323131 or 8764785. OLE color: 8764785.
HSL color Cylindrical-coordinate representation of color #71BD85: hue angle of 135.79º degrees, saturation: 0.37, 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 #71BD85 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 133 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.26 |
| HSL | 135.79º | 0.37% | 0.59% | - |
| HSV(B) | 135.79º | 0.4% | 0.74% | - |
| XYZ | 29.24 | 41.6 | 28.68 | - |
| YUV | 159.89 | 112.82 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 133 | 0.40 | 0 | 0.30 | 0.26 | 135.79 | 0.37 | 0.59 |
| Hex | 71 | BD | 85 | 28 | 0 | 1E | 1A | 88 | 25 | 3B |
| Octal | 161 | 275 | 205 | 50 | 0 | 36 | 32 | 210 | 45 | 73 |
| Binary | 1110001 | 10111101 | 10000101 | 101000 | 0 | 11110 | 11010 | 10001000 | 100101 | 111011 |
Color Harmonies of #71BD85
Complementary color
Monochromatic Colors of #71BD85
Black with #71BD85
Text Example
Text Example
White with #71BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD85; }
p { color: rgb(113,189,133); }
H1.HeaderClassName
{
color: #71BD85;
}
.AnyTagClassName
{
color: #71BD85;
}
</style>
background-color css
<style>
a { background-color: #71BD85; }
a { background-color: rgb(113,189,133); }
div.DivClassName
{
background-color: #71BD85;
}
.BgClassName
{
background-color: #71BD85;
}
</style>
border-color css
<style>
span { border-color: #71BD85; }
span { border-color: rgb(113,189,133); }
td.TdClassName
{
border-color: #71BD85;
}
.TagClassName
{
border-color: #71BD85;
}
</style>