Shades of Bay Leaf #6FBD87
Tints of Bay Leaf #6FBD87
RGB
CMYK
RGB Variations
Color information
#6FBD87 (or 0x6FBD87) is known color: Bay Leaf. HEX triplet: 6F, BD and 87. RGB value is (111,189,135). Sum of RGB (Red+Green+Blue) = 111+189+135=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBD87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBD87 is #904278. Grayscale: #9F9F9F. Windows color (decimal): -9454201 or 8895855. OLE color: 8895855.
HSL color Cylindrical-coordinate representation of color #6FBD87: hue angle of 138.46º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBD87 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 189 | 135 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.26 |
| HSL | 138.46º | 0.37% | 0.59% | - |
| HSV(B) | 138.46º | 0.41% | 0.74% | - |
| XYZ | 29.13 | 41.52 | 29.4 | - |
| YUV | 159.52 | 114.16 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 135 | 0.41 | 0 | 0.29 | 0.26 | 138.46 | 0.37 | 0.59 |
| Hex | 6F | BD | 87 | 29 | 0 | 1D | 1A | 8A | 25 | 3B |
| Octal | 157 | 275 | 207 | 51 | 0 | 35 | 32 | 212 | 45 | 73 |
| Binary | 1101111 | 10111101 | 10000111 | 101001 | 0 | 11101 | 11010 | 10001010 | 100101 | 111011 |
Color Harmonies of #6FBD87
Complementary color
Monochromatic Colors of #6FBD87
Black with #6FBD87
Text Example
Text Example
White with #6FBD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBD87; }
p { color: rgb(111,189,135); }
H1.HeaderClassName
{
color: #6FBD87;
}
.AnyTagClassName
{
color: #6FBD87;
}
</style>
background-color css
<style>
a { background-color: #6FBD87; }
a { background-color: rgb(111,189,135); }
div.DivClassName
{
background-color: #6FBD87;
}
.BgClassName
{
background-color: #6FBD87;
}
</style>
border-color css
<style>
span { border-color: #6FBD87; }
span { border-color: rgb(111,189,135); }
td.TdClassName
{
border-color: #6FBD87;
}
.TagClassName
{
border-color: #6FBD87;
}
</style>