Shades of Bay Leaf #85B68F
Tints of Bay Leaf #85B68F
RGB
CMYK
RGB Variations
Color information
#85B68F (or 0x85B68F) is known color: Bay Leaf. HEX triplet: 85, B6 and 8F. RGB value is (133,182,143). Sum of RGB (Red+Green+Blue) = 133+182+143=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 182 - color contains mainly: green. Hex color #85B68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B68F is #7A4970. Grayscale: #A3A3A3. Windows color (decimal): -8014193 or 9418373. OLE color: 9418373.
HSL color Cylindrical-coordinate representation of color #85B68F: hue angle of 132.24º 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 #85B68F is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 182 | 143 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.29 |
| HSL | 132.24º | 0.25% | 0.62% | - |
| HSV(B) | 132.24º | 0.27% | 0.71% | - |
| XYZ | 31.36 | 40.43 | 32.14 | - |
| YUV | 162.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 182 | 143 | 0.27 | 0 | 0.21 | 0.29 | 132.24 | 0.25 | 0.62 |
| Hex | 85 | B6 | 8F | 1B | 0 | 15 | 1D | 84 | 19 | 3E |
| Octal | 205 | 266 | 217 | 33 | 0 | 25 | 35 | 204 | 31 | 76 |
| Binary | 10000101 | 10110110 | 10001111 | 11011 | 0 | 10101 | 11101 | 10000100 | 11001 | 111110 |
Color Harmonies of #85B68F
Complementary color
Monochromatic Colors of #85B68F
Black with #85B68F
Text Example
Text Example
White with #85B68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B68F; }
p { color: rgb(133,182,143); }
H1.HeaderClassName
{
color: #85B68F;
}
.AnyTagClassName
{
color: #85B68F;
}
</style>
background-color css
<style>
a { background-color: #85B68F; }
a { background-color: rgb(133,182,143); }
div.DivClassName
{
background-color: #85B68F;
}
.BgClassName
{
background-color: #85B68F;
}
</style>
border-color css
<style>
span { border-color: #85B68F; }
span { border-color: rgb(133,182,143); }
td.TdClassName
{
border-color: #85B68F;
}
.TagClassName
{
border-color: #85B68F;
}
</style>