Shades of Bay Leaf #85B790
Tints of Bay Leaf #85B790
RGB
CMYK
RGB Variations
Color information
#85B790 (or 0x85B790) is known color: Bay Leaf. HEX triplet: 85, B7 and 90. RGB value is (133,183,144). Sum of RGB (Red+Green+Blue) = 133+183+144=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 183 - color contains mainly: green. Hex color #85B790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B790 is #7A486F. Grayscale: #A3A3A3. Windows color (decimal): -8013936 or 9484165. OLE color: 9484165.
HSL color Cylindrical-coordinate representation of color #85B790: hue angle of 133.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B790 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 144 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.28 |
| HSL | 133.2º | 0.26% | 0.62% | - |
| HSV(B) | 133.2º | 0.27% | 0.72% | - |
| XYZ | 31.64 | 40.87 | 32.61 | - |
| YUV | 163.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 144 | 0.27 | 0 | 0.21 | 0.28 | 133.2 | 0.26 | 0.62 |
| Hex | 85 | B7 | 90 | 1B | 0 | 15 | 1C | 85 | 1A | 3E |
| Octal | 205 | 267 | 220 | 33 | 0 | 25 | 34 | 205 | 32 | 76 |
| Binary | 10000101 | 10110111 | 10010000 | 11011 | 0 | 10101 | 11100 | 10000101 | 11010 | 111110 |
Color Harmonies of #85B790
Complementary color
Monochromatic Colors of #85B790
Black with #85B790
Text Example
Text Example
White with #85B790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B790; }
p { color: rgb(133,183,144); }
H1.HeaderClassName
{
color: #85B790;
}
.AnyTagClassName
{
color: #85B790;
}
</style>
background-color css
<style>
a { background-color: #85B790; }
a { background-color: rgb(133,183,144); }
div.DivClassName
{
background-color: #85B790;
}
.BgClassName
{
background-color: #85B790;
}
</style>
border-color css
<style>
span { border-color: #85B790; }
span { border-color: rgb(133,183,144); }
td.TdClassName
{
border-color: #85B790;
}
.TagClassName
{
border-color: #85B790;
}
</style>