Shades of Bay Leaf #71BA82
Tints of Bay Leaf #71BA82
RGB
CMYK
RGB Variations
Color information
#71BA82 (or 0x71BA82) is known color: Bay Leaf. HEX triplet: 71, BA and 82. RGB value is (113,186,130). Sum of RGB (Red+Green+Blue) = 113+186+130=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BA82 is #8E457D. Grayscale: #9D9D9D. Windows color (decimal): -9323902 or 8567409. OLE color: 8567409.
HSL color Cylindrical-coordinate representation of color #71BA82: hue angle of 133.97º 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 #71BA82 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 130 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.27 |
| HSL | 133.97º | 0.35% | 0.59% | - |
| HSV(B) | 133.97º | 0.39% | 0.73% | - |
| XYZ | 28.4 | 40.24 | 27.39 | - |
| YUV | 157.79 | 112.32 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 130 | 0.39 | 0 | 0.30 | 0.27 | 133.97 | 0.35 | 0.59 |
| Hex | 71 | BA | 82 | 27 | 0 | 1E | 1B | 86 | 23 | 3B |
| Octal | 161 | 272 | 202 | 47 | 0 | 36 | 33 | 206 | 43 | 73 |
| Binary | 1110001 | 10111010 | 10000010 | 100111 | 0 | 11110 | 11011 | 10000110 | 100011 | 111011 |
Color Harmonies of #71BA82
Complementary color
Monochromatic Colors of #71BA82
Black with #71BA82
Text Example
Text Example
White with #71BA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BA82; }
p { color: rgb(113,186,130); }
H1.HeaderClassName
{
color: #71BA82;
}
.AnyTagClassName
{
color: #71BA82;
}
</style>
background-color css
<style>
a { background-color: #71BA82; }
a { background-color: rgb(113,186,130); }
div.DivClassName
{
background-color: #71BA82;
}
.BgClassName
{
background-color: #71BA82;
}
</style>
border-color css
<style>
span { border-color: #71BA82; }
span { border-color: rgb(113,186,130); }
td.TdClassName
{
border-color: #71BA82;
}
.TagClassName
{
border-color: #71BA82;
}
</style>