Shades of Bay Leaf #71BB81
Tints of Bay Leaf #71BB81
RGB
CMYK
RGB Variations
Color information
#71BB81 (or 0x71BB81) is known color: Bay Leaf. HEX triplet: 71, BB and 81. RGB value is (113,187,129). Sum of RGB (Red+Green+Blue) = 113+187+129=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BB81 is #8E447E. Grayscale: #9E9E9E. Windows color (decimal): -9323647 or 8502129. OLE color: 8502129.
HSL color Cylindrical-coordinate representation of color #71BB81: hue angle of 132.97º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BB81 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 187 | 129 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.27 |
| HSL | 132.97º | 0.35% | 0.59% | - |
| HSV(B) | 132.97º | 0.4% | 0.73% | - |
| XYZ | 28.54 | 40.64 | 27.11 | - |
| YUV | 158.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 129 | 0.40 | 0 | 0.31 | 0.27 | 132.97 | 0.35 | 0.59 |
| Hex | 71 | BB | 81 | 28 | 0 | 1F | 1B | 85 | 23 | 3B |
| Octal | 161 | 273 | 201 | 50 | 0 | 37 | 33 | 205 | 43 | 73 |
| Binary | 1110001 | 10111011 | 10000001 | 101000 | 0 | 11111 | 11011 | 10000101 | 100011 | 111011 |
Color Harmonies of #71BB81
Complementary color
Monochromatic Colors of #71BB81
Black with #71BB81
Text Example
Text Example
White with #71BB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BB81; }
p { color: rgb(113,187,129); }
H1.HeaderClassName
{
color: #71BB81;
}
.AnyTagClassName
{
color: #71BB81;
}
</style>
background-color css
<style>
a { background-color: #71BB81; }
a { background-color: rgb(113,187,129); }
div.DivClassName
{
background-color: #71BB81;
}
.BgClassName
{
background-color: #71BB81;
}
</style>
border-color css
<style>
span { border-color: #71BB81; }
span { border-color: rgb(113,187,129); }
td.TdClassName
{
border-color: #71BB81;
}
.TagClassName
{
border-color: #71BB81;
}
</style>