Shades of Bay Leaf #6FB58B
Tints of Bay Leaf #6FB58B
RGB
CMYK
RGB Variations
Color information
#6FB58B (or 0x6FB58B) is known color: Bay Leaf. HEX triplet: 6F, B5 and 8B. RGB value is (111,181,139). Sum of RGB (Red+Green+Blue) = 111+181+139=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #6FB58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB58B is #904A74. Grayscale: #9B9B9B. Windows color (decimal): -9456245 or 9155951. OLE color: 9155951.
HSL color Cylindrical-coordinate representation of color #6FB58B: hue angle of 144º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB58B is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 181 | 139 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.29 |
| HSL | 144º | 0.32% | 0.57% | - |
| HSV(B) | 144º | 0.39% | 0.71% | - |
| XYZ | 27.74 | 38.29 | 30.36 | - |
| YUV | 155.28 | 118.81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 181 | 139 | 0.39 | 0 | 0.23 | 0.29 | 144 | 0.32 | 0.57 |
| Hex | 6F | B5 | 8B | 27 | 0 | 17 | 1D | 90 | 20 | 39 |
| Octal | 157 | 265 | 213 | 47 | 0 | 27 | 35 | 220 | 40 | 71 |
| Binary | 1101111 | 10110101 | 10001011 | 100111 | 0 | 10111 | 11101 | 10010000 | 100000 | 111001 |
Color Harmonies of #6FB58B
Complementary color
Monochromatic Colors of #6FB58B
Black with #6FB58B
Text Example
Text Example
White with #6FB58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB58B; }
p { color: rgb(111,181,139); }
H1.HeaderClassName
{
color: #6FB58B;
}
.AnyTagClassName
{
color: #6FB58B;
}
</style>
background-color css
<style>
a { background-color: #6FB58B; }
a { background-color: rgb(111,181,139); }
div.DivClassName
{
background-color: #6FB58B;
}
.BgClassName
{
background-color: #6FB58B;
}
</style>
border-color css
<style>
span { border-color: #6FB58B; }
span { border-color: rgb(111,181,139); }
td.TdClassName
{
border-color: #6FB58B;
}
.TagClassName
{
border-color: #6FB58B;
}
</style>