Shades of Bay Leaf #71BB8A
Tints of Bay Leaf #71BB8A
RGB
CMYK
RGB Variations
Color information
#71BB8A (or 0x71BB8A) is known color: Bay Leaf. HEX triplet: 71, BB and 8A. RGB value is (113,187,138). Sum of RGB (Red+Green+Blue) = 113+187+138=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BB8A is #8E4475. Grayscale: #9F9F9F. Windows color (decimal): -9323638 or 9091953. OLE color: 9091953.
HSL color Cylindrical-coordinate representation of color #71BB8A: hue angle of 140.27º 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 #71BB8A is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 187 | 138 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.27 |
| HSL | 140.27º | 0.35% | 0.59% | - |
| HSV(B) | 140.27º | 0.4% | 0.73% | - |
| XYZ | 29.17 | 40.89 | 30.4 | - |
| YUV | 159.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 138 | 0.40 | 0 | 0.26 | 0.27 | 140.27 | 0.35 | 0.59 |
| Hex | 71 | BB | 8A | 28 | 0 | 1A | 1B | 8C | 23 | 3B |
| Octal | 161 | 273 | 212 | 50 | 0 | 32 | 33 | 214 | 43 | 73 |
| Binary | 1110001 | 10111011 | 10001010 | 101000 | 0 | 11010 | 11011 | 10001100 | 100011 | 111011 |
Color Harmonies of #71BB8A
Complementary color
Monochromatic Colors of #71BB8A
Black with #71BB8A
Text Example
Text Example
White with #71BB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BB8A; }
p { color: rgb(113,187,138); }
H1.HeaderClassName
{
color: #71BB8A;
}
.AnyTagClassName
{
color: #71BB8A;
}
</style>
background-color css
<style>
a { background-color: #71BB8A; }
a { background-color: rgb(113,187,138); }
div.DivClassName
{
background-color: #71BB8A;
}
.BgClassName
{
background-color: #71BB8A;
}
</style>
border-color css
<style>
span { border-color: #71BB8A; }
span { border-color: rgb(113,187,138); }
td.TdClassName
{
border-color: #71BB8A;
}
.TagClassName
{
border-color: #71BB8A;
}
</style>