Shades of Bay Leaf #71B380
Tints of Bay Leaf #71B380
RGB
CMYK
RGB Variations
Color information
#71B380 (or 0x71B380) is known color: Bay Leaf. HEX triplet: 71, B3 and 80. RGB value is (113,179,128). Sum of RGB (Red+Green+Blue) = 113+179+128=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #71B380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B380 is #8E4C7F. Grayscale: #999999. Windows color (decimal): -9325696 or 8434545. OLE color: 8434545.
HSL color Cylindrical-coordinate representation of color #71B380: hue angle of 133.64º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B380 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 179 | 128 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.30 |
| HSL | 133.64º | 0.3% | 0.57% | - |
| HSV(B) | 133.64º | 0.37% | 0.7% | - |
| XYZ | 26.83 | 37.31 | 26.21 | - |
| YUV | 153.45 | 113.63 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 128 | 0.37 | 0 | 0.28 | 0.30 | 133.64 | 0.3 | 0.57 |
| Hex | 71 | B3 | 80 | 25 | 0 | 1C | 1E | 86 | 1E | 39 |
| Octal | 161 | 263 | 200 | 45 | 0 | 34 | 36 | 206 | 36 | 71 |
| Binary | 1110001 | 10110011 | 10000000 | 100101 | 0 | 11100 | 11110 | 10000110 | 11110 | 111001 |
Color Harmonies of #71B380
Complementary color
Monochromatic Colors of #71B380
Black with #71B380
Text Example
Text Example
White with #71B380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B380; }
p { color: rgb(113,179,128); }
H1.HeaderClassName
{
color: #71B380;
}
.AnyTagClassName
{
color: #71B380;
}
</style>
background-color css
<style>
a { background-color: #71B380; }
a { background-color: rgb(113,179,128); }
div.DivClassName
{
background-color: #71B380;
}
.BgClassName
{
background-color: #71B380;
}
</style>
border-color css
<style>
span { border-color: #71B380; }
span { border-color: rgb(113,179,128); }
td.TdClassName
{
border-color: #71B380;
}
.TagClassName
{
border-color: #71B380;
}
</style>