Shades of Bay Leaf #6FB286
Tints of Bay Leaf #6FB286
RGB
CMYK
RGB Variations
Color information
#6FB286 (or 0x6FB286) is known color: Bay Leaf. HEX triplet: 6F, B2 and 86. RGB value is (111,178,134). Sum of RGB (Red+Green+Blue) = 111+178+134=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB286 is #904D79. Grayscale: #999999. Windows color (decimal): -9457018 or 8827503. OLE color: 8827503.
HSL color Cylindrical-coordinate representation of color #6FB286: hue angle of 140.6º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB286 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 134 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.30 |
| HSL | 140.6º | 0.3% | 0.57% | - |
| HSV(B) | 140.6º | 0.38% | 0.7% | - |
| XYZ | 26.78 | 36.94 | 28.27 | - |
| YUV | 152.95 | 117.3 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 134 | 0.38 | 0 | 0.25 | 0.30 | 140.6 | 0.3 | 0.57 |
| Hex | 6F | B2 | 86 | 26 | 0 | 19 | 1E | 8D | 1E | 39 |
| Octal | 157 | 262 | 206 | 46 | 0 | 31 | 36 | 215 | 36 | 71 |
| Binary | 1101111 | 10110010 | 10000110 | 100110 | 0 | 11001 | 11110 | 10001101 | 11110 | 111001 |
Color Harmonies of #6FB286
Complementary color
Monochromatic Colors of #6FB286
Black with #6FB286
Text Example
Text Example
White with #6FB286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB286; }
p { color: rgb(111,178,134); }
H1.HeaderClassName
{
color: #6FB286;
}
.AnyTagClassName
{
color: #6FB286;
}
</style>
background-color css
<style>
a { background-color: #6FB286; }
a { background-color: rgb(111,178,134); }
div.DivClassName
{
background-color: #6FB286;
}
.BgClassName
{
background-color: #6FB286;
}
</style>
border-color css
<style>
span { border-color: #6FB286; }
span { border-color: rgb(111,178,134); }
td.TdClassName
{
border-color: #6FB286;
}
.TagClassName
{
border-color: #6FB286;
}
</style>