Shades of Bay Leaf #71B680
Tints of Bay Leaf #71B680
RGB
CMYK
RGB Variations
Color information
#71B680 (or 0x71B680) is known color: Bay Leaf. HEX triplet: 71, B6 and 80. RGB value is (113,182,128). Sum of RGB (Red+Green+Blue) = 113+182+128=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #71B680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B680 is #8E497F. Grayscale: #9B9B9B. Windows color (decimal): -9324928 or 8435313. OLE color: 8435313.
HSL color Cylindrical-coordinate representation of color #71B680: hue angle of 133.04º 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 #71B680 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 182 | 128 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.29 |
| HSL | 133.04º | 0.32% | 0.58% | - |
| HSV(B) | 133.04º | 0.38% | 0.71% | - |
| XYZ | 27.43 | 38.53 | 26.41 | - |
| YUV | 155.21 | 112.64 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 182 | 128 | 0.38 | 0 | 0.30 | 0.29 | 133.04 | 0.32 | 0.58 |
| Hex | 71 | B6 | 80 | 26 | 0 | 1E | 1D | 85 | 20 | 3A |
| Octal | 161 | 266 | 200 | 46 | 0 | 36 | 35 | 205 | 40 | 72 |
| Binary | 1110001 | 10110110 | 10000000 | 100110 | 0 | 11110 | 11101 | 10000101 | 100000 | 111010 |
Color Harmonies of #71B680
Complementary color
Monochromatic Colors of #71B680
Black with #71B680
Text Example
Text Example
White with #71B680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B680; }
p { color: rgb(113,182,128); }
H1.HeaderClassName
{
color: #71B680;
}
.AnyTagClassName
{
color: #71B680;
}
</style>
background-color css
<style>
a { background-color: #71B680; }
a { background-color: rgb(113,182,128); }
div.DivClassName
{
background-color: #71B680;
}
.BgClassName
{
background-color: #71B680;
}
</style>
border-color css
<style>
span { border-color: #71B680; }
span { border-color: rgb(113,182,128); }
td.TdClassName
{
border-color: #71B680;
}
.TagClassName
{
border-color: #71B680;
}
</style>