Shades of Bay Leaf #6FB787
Tints of Bay Leaf #6FB787
RGB
CMYK
RGB Variations
Color information
#6FB787 (or 0x6FB787) is known color: Bay Leaf. HEX triplet: 6F, B7 and 87. RGB value is (111,183,135). Sum of RGB (Red+Green+Blue) = 111+183+135=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB787 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB787 is #904878. Grayscale: #9C9C9C. Windows color (decimal): -9455737 or 8894319. OLE color: 8894319.
HSL color Cylindrical-coordinate representation of color #6FB787: hue angle of 140º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB787 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 183 | 135 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.28 |
| HSL | 140º | 0.33% | 0.58% | - |
| HSV(B) | 140º | 0.39% | 0.72% | - |
| XYZ | 27.86 | 39 | 28.98 | - |
| YUV | 156 | 116.15 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 135 | 0.39 | 0 | 0.26 | 0.28 | 140 | 0.33 | 0.58 |
| Hex | 6F | B7 | 87 | 27 | 0 | 1A | 1C | 8C | 21 | 3A |
| Octal | 157 | 267 | 207 | 47 | 0 | 32 | 34 | 214 | 41 | 72 |
| Binary | 1101111 | 10110111 | 10000111 | 100111 | 0 | 11010 | 11100 | 10001100 | 100001 | 111010 |
Color Harmonies of #6FB787
Complementary color
Monochromatic Colors of #6FB787
Black with #6FB787
Text Example
Text Example
White with #6FB787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB787; }
p { color: rgb(111,183,135); }
H1.HeaderClassName
{
color: #6FB787;
}
.AnyTagClassName
{
color: #6FB787;
}
</style>
background-color css
<style>
a { background-color: #6FB787; }
a { background-color: rgb(111,183,135); }
div.DivClassName
{
background-color: #6FB787;
}
.BgClassName
{
background-color: #6FB787;
}
</style>
border-color css
<style>
span { border-color: #6FB787; }
span { border-color: rgb(111,183,135); }
td.TdClassName
{
border-color: #6FB787;
}
.TagClassName
{
border-color: #6FB787;
}
</style>