Shades of Bay Leaf #71B57E
Tints of Bay Leaf #71B57E
RGB
CMYK
RGB Variations
Color information
#71B57E (or 0x71B57E) is known color: Bay Leaf. HEX triplet: 71, B5 and 7E. RGB value is (113,181,126). Sum of RGB (Red+Green+Blue) = 113+181+126=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #71B57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B57E is #8E4A81. Grayscale: #9A9A9A. Windows color (decimal): -9325186 or 8303985. OLE color: 8303985.
HSL color Cylindrical-coordinate representation of color #71B57E: hue angle of 131.47º 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 #71B57E is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 181 | 126 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.29 |
| HSL | 131.47º | 0.31% | 0.58% | - |
| HSV(B) | 131.47º | 0.38% | 0.71% | - |
| XYZ | 27.1 | 38.06 | 25.66 | - |
| YUV | 154.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 181 | 126 | 0.38 | 0 | 0.30 | 0.29 | 131.47 | 0.31 | 0.58 |
| Hex | 71 | B5 | 7E | 26 | 0 | 1E | 1D | 83 | 1F | 3A |
| Octal | 161 | 265 | 176 | 46 | 0 | 36 | 35 | 203 | 37 | 72 |
| Binary | 1110001 | 10110101 | 1111110 | 100110 | 0 | 11110 | 11101 | 10000011 | 11111 | 111010 |
Color Harmonies of #71B57E
Complementary color
Monochromatic Colors of #71B57E
Black with #71B57E
Text Example
Text Example
White with #71B57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B57E; }
p { color: rgb(113,181,126); }
H1.HeaderClassName
{
color: #71B57E;
}
.AnyTagClassName
{
color: #71B57E;
}
</style>
background-color css
<style>
a { background-color: #71B57E; }
a { background-color: rgb(113,181,126); }
div.DivClassName
{
background-color: #71B57E;
}
.BgClassName
{
background-color: #71B57E;
}
</style>
border-color css
<style>
span { border-color: #71B57E; }
span { border-color: rgb(113,181,126); }
td.TdClassName
{
border-color: #71B57E;
}
.TagClassName
{
border-color: #71B57E;
}
</style>