Shades of Bay Leaf #71B48E
Tints of Bay Leaf #71B48E
RGB
CMYK
RGB Variations
Color information
#71B48E (or 0x71B48E) is known color: Bay Leaf. HEX triplet: 71, B4 and 8E. RGB value is (113,180,142). Sum of RGB (Red+Green+Blue) = 113+180+142=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #71B48E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B48E is #8E4B71. Grayscale: #9B9B9B. Windows color (decimal): -9325426 or 9352305. OLE color: 9352305.
HSL color Cylindrical-coordinate representation of color #71B48E: hue angle of 145.97º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B48E is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 180 | 142 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.29 |
| HSL | 145.97º | 0.31% | 0.57% | - |
| HSV(B) | 145.97º | 0.37% | 0.71% | - |
| XYZ | 28.01 | 38.11 | 31.47 | - |
| YUV | 155.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 180 | 142 | 0.37 | 0 | 0.21 | 0.29 | 145.97 | 0.31 | 0.57 |
| Hex | 71 | B4 | 8E | 25 | 0 | 15 | 1D | 92 | 1F | 39 |
| Octal | 161 | 264 | 216 | 45 | 0 | 25 | 35 | 222 | 37 | 71 |
| Binary | 1110001 | 10110100 | 10001110 | 100101 | 0 | 10101 | 11101 | 10010010 | 11111 | 111001 |
Color Harmonies of #71B48E
Complementary color
Monochromatic Colors of #71B48E
Black with #71B48E
Text Example
Text Example
White with #71B48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B48E; }
p { color: rgb(113,180,142); }
H1.HeaderClassName
{
color: #71B48E;
}
.AnyTagClassName
{
color: #71B48E;
}
</style>
background-color css
<style>
a { background-color: #71B48E; }
a { background-color: rgb(113,180,142); }
div.DivClassName
{
background-color: #71B48E;
}
.BgClassName
{
background-color: #71B48E;
}
</style>
border-color css
<style>
span { border-color: #71B48E; }
span { border-color: rgb(113,180,142); }
td.TdClassName
{
border-color: #71B48E;
}
.TagClassName
{
border-color: #71B48E;
}
</style>