Shades of Bay Leaf #71B18C
Tints of Bay Leaf #71B18C
RGB
CMYK
RGB Variations
Color information
#71B18C (or 0x71B18C) is known color: Bay Leaf. HEX triplet: 71, B1 and 8C. RGB value is (113,177,140). Sum of RGB (Red+Green+Blue) = 113+177+140=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #71B18C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71B18C is #8E4E73. Grayscale: #999999. Windows color (decimal): -9326196 or 9220465. OLE color: 9220465.
HSL color Cylindrical-coordinate representation of color #71B18C: hue angle of 145.31º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71B18C is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 177 | 140 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.31 |
| HSL | 145.31º | 0.29% | 0.57% | - |
| HSV(B) | 145.31º | 0.36% | 0.69% | - |
| XYZ | 27.27 | 36.85 | 30.49 | - |
| YUV | 153.65 | 120.3 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 177 | 140 | 0.36 | 0 | 0.21 | 0.31 | 145.31 | 0.29 | 0.57 |
| Hex | 71 | B1 | 8C | 24 | 0 | 15 | 1F | 91 | 1D | 39 |
| Octal | 161 | 261 | 214 | 44 | 0 | 25 | 37 | 221 | 35 | 71 |
| Binary | 1110001 | 10110001 | 10001100 | 100100 | 0 | 10101 | 11111 | 10010001 | 11101 | 111001 |
Color Harmonies of #71B18C
Complementary color
Monochromatic Colors of #71B18C
Black with #71B18C
Text Example
Text Example
White with #71B18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B18C; }
p { color: rgb(113,177,140); }
H1.HeaderClassName
{
color: #71B18C;
}
.AnyTagClassName
{
color: #71B18C;
}
</style>
background-color css
<style>
a { background-color: #71B18C; }
a { background-color: rgb(113,177,140); }
div.DivClassName
{
background-color: #71B18C;
}
.BgClassName
{
background-color: #71B18C;
}
</style>
border-color css
<style>
span { border-color: #71B18C; }
span { border-color: rgb(113,177,140); }
td.TdClassName
{
border-color: #71B18C;
}
.TagClassName
{
border-color: #71B18C;
}
</style>