Shades of Bay Leaf #71B081
Tints of Bay Leaf #71B081
RGB
CMYK
RGB Variations
Color information
#71B081 (or 0x71B081) is known color: Bay Leaf. HEX triplet: 71, B0 and 81. RGB value is (113,176,129). Sum of RGB (Red+Green+Blue) = 113+176+129=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #71B081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71B081 is #8E4F7E. Grayscale: #979797. Windows color (decimal): -9326463 or 8499313. OLE color: 8499313.
HSL color Cylindrical-coordinate representation of color #71B081: hue angle of 135.24º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71B081 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 176 | 129 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.31 |
| HSL | 135.24º | 0.29% | 0.57% | - |
| HSV(B) | 135.24º | 0.36% | 0.69% | - |
| XYZ | 26.3 | 36.15 | 26.36 | - |
| YUV | 151.81 | 115.13 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 176 | 129 | 0.36 | 0 | 0.27 | 0.31 | 135.24 | 0.29 | 0.57 |
| Hex | 71 | B0 | 81 | 24 | 0 | 1B | 1F | 87 | 1D | 39 |
| Octal | 161 | 260 | 201 | 44 | 0 | 33 | 37 | 207 | 35 | 71 |
| Binary | 1110001 | 10110000 | 10000001 | 100100 | 0 | 11011 | 11111 | 10000111 | 11101 | 111001 |
Color Harmonies of #71B081
Complementary color
Monochromatic Colors of #71B081
Black with #71B081
Text Example
Text Example
White with #71B081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B081; }
p { color: rgb(113,176,129); }
H1.HeaderClassName
{
color: #71B081;
}
.AnyTagClassName
{
color: #71B081;
}
</style>
background-color css
<style>
a { background-color: #71B081; }
a { background-color: rgb(113,176,129); }
div.DivClassName
{
background-color: #71B081;
}
.BgClassName
{
background-color: #71B081;
}
</style>
border-color css
<style>
span { border-color: #71B081; }
span { border-color: rgb(113,176,129); }
td.TdClassName
{
border-color: #71B081;
}
.TagClassName
{
border-color: #71B081;
}
</style>