Shades of Bay Leaf #85B691
Tints of Bay Leaf #85B691
RGB
CMYK
RGB Variations
Color information
#85B691 (or 0x85B691) is known color: Bay Leaf. HEX triplet: 85, B6 and 91. RGB value is (133,182,145). Sum of RGB (Red+Green+Blue) = 133+182+145=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 182 - color contains mainly: green. Hex color #85B691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B691 is #7A496E. Grayscale: #A3A3A3. Windows color (decimal): -8014191 or 9549445. OLE color: 9549445.
HSL color Cylindrical-coordinate representation of color #85B691: hue angle of 134.69º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B691 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 182 | 145 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.29 |
| HSL | 134.69º | 0.25% | 0.62% | - |
| HSV(B) | 134.69º | 0.27% | 0.71% | - |
| XYZ | 31.51 | 40.49 | 32.94 | - |
| YUV | 163.13 | 117.77 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 182 | 145 | 0.27 | 0 | 0.20 | 0.29 | 134.69 | 0.25 | 0.62 |
| Hex | 85 | B6 | 91 | 1B | 0 | 14 | 1D | 87 | 19 | 3E |
| Octal | 205 | 266 | 221 | 33 | 0 | 24 | 35 | 207 | 31 | 76 |
| Binary | 10000101 | 10110110 | 10010001 | 11011 | 0 | 10100 | 11101 | 10000111 | 11001 | 111110 |
Color Harmonies of #85B691
Complementary color
Monochromatic Colors of #85B691
Black with #85B691
Text Example
Text Example
White with #85B691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B691; }
p { color: rgb(133,182,145); }
H1.HeaderClassName
{
color: #85B691;
}
.AnyTagClassName
{
color: #85B691;
}
</style>
background-color css
<style>
a { background-color: #85B691; }
a { background-color: rgb(133,182,145); }
div.DivClassName
{
background-color: #85B691;
}
.BgClassName
{
background-color: #85B691;
}
</style>
border-color css
<style>
span { border-color: #85B691; }
span { border-color: rgb(133,182,145); }
td.TdClassName
{
border-color: #85B691;
}
.TagClassName
{
border-color: #85B691;
}
</style>