Shades of Bay Leaf #71B781
Tints of Bay Leaf #71B781
RGB
CMYK
RGB Variations
Color information
#71B781 (or 0x71B781) is known color: Bay Leaf. HEX triplet: 71, B7 and 81. RGB value is (113,183,129). Sum of RGB (Red+Green+Blue) = 113+183+129=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #71B781 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B781 is #8E487E. Grayscale: #9C9C9C. Windows color (decimal): -9324671 or 8501105. OLE color: 8501105.
HSL color Cylindrical-coordinate representation of color #71B781: hue angle of 133.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B781 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 183 | 129 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.28 |
| HSL | 133.71º | 0.33% | 0.58% | - |
| HSV(B) | 133.71º | 0.38% | 0.72% | - |
| XYZ | 27.71 | 38.96 | 26.83 | - |
| YUV | 155.91 | 112.81 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 129 | 0.38 | 0 | 0.30 | 0.28 | 133.71 | 0.33 | 0.58 |
| Hex | 71 | B7 | 81 | 26 | 0 | 1E | 1C | 86 | 21 | 3A |
| Octal | 161 | 267 | 201 | 46 | 0 | 36 | 34 | 206 | 41 | 72 |
| Binary | 1110001 | 10110111 | 10000001 | 100110 | 0 | 11110 | 11100 | 10000110 | 100001 | 111010 |
Color Harmonies of #71B781
Complementary color
Monochromatic Colors of #71B781
Black with #71B781
Text Example
Text Example
White with #71B781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B781; }
p { color: rgb(113,183,129); }
H1.HeaderClassName
{
color: #71B781;
}
.AnyTagClassName
{
color: #71B781;
}
</style>
background-color css
<style>
a { background-color: #71B781; }
a { background-color: rgb(113,183,129); }
div.DivClassName
{
background-color: #71B781;
}
.BgClassName
{
background-color: #71B781;
}
</style>
border-color css
<style>
span { border-color: #71B781; }
span { border-color: rgb(113,183,129); }
td.TdClassName
{
border-color: #71B781;
}
.TagClassName
{
border-color: #71B781;
}
</style>