Shades of Bay Leaf #71B68A
Tints of Bay Leaf #71B68A
RGB
CMYK
RGB Variations
Color information
#71B68A (or 0x71B68A) is known color: Bay Leaf. HEX triplet: 71, B6 and 8A. RGB value is (113,182,138). Sum of RGB (Red+Green+Blue) = 113+182+138=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #71B68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B68A is #8E4975. Grayscale: #9C9C9C. Windows color (decimal): -9324918 or 9090673. OLE color: 9090673.
HSL color Cylindrical-coordinate representation of color #71B68A: hue angle of 141.74º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B68A is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 182 | 138 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.29 |
| HSL | 141.74º | 0.32% | 0.58% | - |
| HSV(B) | 141.74º | 0.38% | 0.71% | - |
| XYZ | 28.13 | 38.8 | 30.05 | - |
| YUV | 156.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 182 | 138 | 0.38 | 0 | 0.24 | 0.29 | 141.74 | 0.32 | 0.58 |
| Hex | 71 | B6 | 8A | 26 | 0 | 18 | 1D | 8E | 20 | 3A |
| Octal | 161 | 266 | 212 | 46 | 0 | 30 | 35 | 216 | 40 | 72 |
| Binary | 1110001 | 10110110 | 10001010 | 100110 | 0 | 11000 | 11101 | 10001110 | 100000 | 111010 |
Color Harmonies of #71B68A
Complementary color
Monochromatic Colors of #71B68A
Black with #71B68A
Text Example
Text Example
White with #71B68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B68A; }
p { color: rgb(113,182,138); }
H1.HeaderClassName
{
color: #71B68A;
}
.AnyTagClassName
{
color: #71B68A;
}
</style>
background-color css
<style>
a { background-color: #71B68A; }
a { background-color: rgb(113,182,138); }
div.DivClassName
{
background-color: #71B68A;
}
.BgClassName
{
background-color: #71B68A;
}
</style>
border-color css
<style>
span { border-color: #71B68A; }
span { border-color: rgb(113,182,138); }
td.TdClassName
{
border-color: #71B68A;
}
.TagClassName
{
border-color: #71B68A;
}
</style>