Shades of Bay Leaf #6FBA86
Tints of Bay Leaf #6FBA86
RGB
CMYK
RGB Variations
Color information
#6FBA86 (or 0x6FBA86) is known color: Bay Leaf. HEX triplet: 6F, BA and 86. RGB value is (111,186,134). Sum of RGB (Red+Green+Blue) = 111+186+134=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBA86 is #904579. Grayscale: #9D9D9D. Windows color (decimal): -9454970 or 8829551. OLE color: 8829551.
HSL color Cylindrical-coordinate representation of color #6FBA86: hue angle of 138.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBA86 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 134 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.27 |
| HSL | 138.4º | 0.35% | 0.58% | - |
| HSV(B) | 138.4º | 0.4% | 0.73% | - |
| XYZ | 28.42 | 40.22 | 28.82 | - |
| YUV | 157.65 | 114.65 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 134 | 0.40 | 0 | 0.28 | 0.27 | 138.4 | 0.35 | 0.58 |
| Hex | 6F | BA | 86 | 28 | 0 | 1C | 1B | 8A | 23 | 3A |
| Octal | 157 | 272 | 206 | 50 | 0 | 34 | 33 | 212 | 43 | 72 |
| Binary | 1101111 | 10111010 | 10000110 | 101000 | 0 | 11100 | 11011 | 10001010 | 100011 | 111010 |
Color Harmonies of #6FBA86
Complementary color
Monochromatic Colors of #6FBA86
Black with #6FBA86
Text Example
Text Example
White with #6FBA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA86; }
p { color: rgb(111,186,134); }
H1.HeaderClassName
{
color: #6FBA86;
}
.AnyTagClassName
{
color: #6FBA86;
}
</style>
background-color css
<style>
a { background-color: #6FBA86; }
a { background-color: rgb(111,186,134); }
div.DivClassName
{
background-color: #6FBA86;
}
.BgClassName
{
background-color: #6FBA86;
}
</style>
border-color css
<style>
span { border-color: #6FBA86; }
span { border-color: rgb(111,186,134); }
td.TdClassName
{
border-color: #6FBA86;
}
.TagClassName
{
border-color: #6FBA86;
}
</style>