Shades of Bay Leaf #71BA8A
Tints of Bay Leaf #71BA8A
RGB
CMYK
RGB Variations
Color information
#71BA8A (or 0x71BA8A) is known color: Bay Leaf. HEX triplet: 71, BA and 8A. RGB value is (113,186,138). Sum of RGB (Red+Green+Blue) = 113+186+138=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BA8A is #8E4575. Grayscale: #9E9E9E. Windows color (decimal): -9323894 or 9091697. OLE color: 9091697.
HSL color Cylindrical-coordinate representation of color #71BA8A: hue angle of 140.55º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71BA8A is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 138 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.27 |
| HSL | 140.55º | 0.35% | 0.59% | - |
| HSV(B) | 140.55º | 0.39% | 0.73% | - |
| XYZ | 28.96 | 40.46 | 30.33 | - |
| YUV | 158.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 138 | 0.39 | 0 | 0.26 | 0.27 | 140.55 | 0.35 | 0.59 |
| Hex | 71 | BA | 8A | 27 | 0 | 1A | 1B | 8D | 23 | 3B |
| Octal | 161 | 272 | 212 | 47 | 0 | 32 | 33 | 215 | 43 | 73 |
| Binary | 1110001 | 10111010 | 10001010 | 100111 | 0 | 11010 | 11011 | 10001101 | 100011 | 111011 |
Color Harmonies of #71BA8A
Complementary color
Monochromatic Colors of #71BA8A
Black with #71BA8A
Text Example
Text Example
White with #71BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA8A; }
p { color: rgb(113,186,138); }
H1.HeaderClassName
{
color: #71BA8A;
}
.AnyTagClassName
{
color: #71BA8A;
}
</style>
background-color css
<style>
a { background-color: #71BA8A; }
a { background-color: rgb(113,186,138); }
div.DivClassName
{
background-color: #71BA8A;
}
.BgClassName
{
background-color: #71BA8A;
}
</style>
border-color css
<style>
span { border-color: #71BA8A; }
span { border-color: rgb(113,186,138); }
td.TdClassName
{
border-color: #71BA8A;
}
.TagClassName
{
border-color: #71BA8A;
}
</style>