Shades of Bay Leaf #859F8F
Tints of Bay Leaf #859F8F
RGB
CMYK
RGB Variations
Color information
#859F8F (or 0x859F8F) is known color: Bay Leaf. HEX triplet: 85, 9F and 8F. RGB value is (133,159,143). Sum of RGB (Red+Green+Blue) = 133+159+143=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 159 - color contains mainly: green. Hex color #859F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859F8F is #7A6070. Grayscale: #959595. Windows color (decimal): -8020081 or 9412485. OLE color: 9412485.
HSL color Cylindrical-coordinate representation of color #859F8F: hue angle of 143.08º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #859F8F is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 159 | 143 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.38 |
| HSL | 143.08º | 0.12% | 0.57% | - |
| HSV(B) | 143.08º | 0.16% | 0.62% | - |
| XYZ | 27.03 | 31.77 | 30.69 | - |
| YUV | 149.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 143 | 0.16 | 0 | 0.10 | 0.38 | 143.08 | 0.12 | 0.57 |
| Hex | 85 | 9F | 8F | 10 | 0 | A | 26 | 8F | C | 39 |
| Octal | 205 | 237 | 217 | 20 | 0 | 12 | 46 | 217 | 14 | 71 |
| Binary | 10000101 | 10011111 | 10001111 | 10000 | 0 | 1010 | 100110 | 10001111 | 1100 | 111001 |
Color Harmonies of #859F8F
Complementary color
Monochromatic Colors of #859F8F
Black with #859F8F
Text Example
Text Example
White with #859F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859F8F; }
p { color: rgb(133,159,143); }
H1.HeaderClassName
{
color: #859F8F;
}
.AnyTagClassName
{
color: #859F8F;
}
</style>
background-color css
<style>
a { background-color: #859F8F; }
a { background-color: rgb(133,159,143); }
div.DivClassName
{
background-color: #859F8F;
}
.BgClassName
{
background-color: #859F8F;
}
</style>
border-color css
<style>
span { border-color: #859F8F; }
span { border-color: rgb(133,159,143); }
td.TdClassName
{
border-color: #859F8F;
}
.TagClassName
{
border-color: #859F8F;
}
</style>