Shades of Bay Leaf #71B98A
Tints of Bay Leaf #71B98A
RGB
CMYK
RGB Variations
Color information
#71B98A (or 0x71B98A) is known color: Bay Leaf. HEX triplet: 71, B9 and 8A. RGB value is (113,185,138). Sum of RGB (Red+Green+Blue) = 113+185+138=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #71B98A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B98A is #8E4675. Grayscale: #9E9E9E. Windows color (decimal): -9324150 or 9091441. OLE color: 9091441.
HSL color Cylindrical-coordinate representation of color #71B98A: hue angle of 140.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B98A is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 185 | 138 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.27 |
| HSL | 140.83º | 0.34% | 0.58% | - |
| HSV(B) | 140.83º | 0.39% | 0.73% | - |
| XYZ | 28.75 | 40.04 | 30.26 | - |
| YUV | 158.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 185 | 138 | 0.39 | 0 | 0.25 | 0.27 | 140.83 | 0.34 | 0.58 |
| Hex | 71 | B9 | 8A | 27 | 0 | 19 | 1B | 8D | 22 | 3A |
| Octal | 161 | 271 | 212 | 47 | 0 | 31 | 33 | 215 | 42 | 72 |
| Binary | 1110001 | 10111001 | 10001010 | 100111 | 0 | 11001 | 11011 | 10001101 | 100010 | 111010 |
Color Harmonies of #71B98A
Complementary color
Monochromatic Colors of #71B98A
Black with #71B98A
Text Example
Text Example
White with #71B98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B98A; }
p { color: rgb(113,185,138); }
H1.HeaderClassName
{
color: #71B98A;
}
.AnyTagClassName
{
color: #71B98A;
}
</style>
background-color css
<style>
a { background-color: #71B98A; }
a { background-color: rgb(113,185,138); }
div.DivClassName
{
background-color: #71B98A;
}
.BgClassName
{
background-color: #71B98A;
}
</style>
border-color css
<style>
span { border-color: #71B98A; }
span { border-color: rgb(113,185,138); }
td.TdClassName
{
border-color: #71B98A;
}
.TagClassName
{
border-color: #71B98A;
}
</style>