Shades of Bay Leaf #6FBC7F
Tints of Bay Leaf #6FBC7F
RGB
CMYK
RGB Variations
Color information
#6FBC7F (or 0x6FBC7F) is known color: Bay Leaf. HEX triplet: 6F, BC and 7F. RGB value is (111,188,127). Sum of RGB (Red+Green+Blue) = 111+188+127=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBC7F is #904380. Grayscale: #9E9E9E. Windows color (decimal): -9454465 or 8371311. OLE color: 8371311.
HSL color Cylindrical-coordinate representation of color #6FBC7F: hue angle of 132.47º degrees, saturation: 0.36, 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 #6FBC7F is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 127 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.26 |
| HSL | 132.47º | 0.36% | 0.59% | - |
| HSV(B) | 132.47º | 0.41% | 0.74% | - |
| XYZ | 28.37 | 40.88 | 26.47 | - |
| YUV | 158.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 127 | 0.41 | 0 | 0.32 | 0.26 | 132.47 | 0.36 | 0.59 |
| Hex | 6F | BC | 7F | 29 | 0 | 20 | 1A | 84 | 24 | 3B |
| Octal | 157 | 274 | 177 | 51 | 0 | 40 | 32 | 204 | 44 | 73 |
| Binary | 1101111 | 10111100 | 1111111 | 101001 | 0 | 100000 | 11010 | 10000100 | 100100 | 111011 |
Color Harmonies of #6FBC7F
Complementary color
Monochromatic Colors of #6FBC7F
Black with #6FBC7F
Text Example
Text Example
White with #6FBC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC7F; }
p { color: rgb(111,188,127); }
H1.HeaderClassName
{
color: #6FBC7F;
}
.AnyTagClassName
{
color: #6FBC7F;
}
</style>
background-color css
<style>
a { background-color: #6FBC7F; }
a { background-color: rgb(111,188,127); }
div.DivClassName
{
background-color: #6FBC7F;
}
.BgClassName
{
background-color: #6FBC7F;
}
</style>
border-color css
<style>
span { border-color: #6FBC7F; }
span { border-color: rgb(111,188,127); }
td.TdClassName
{
border-color: #6FBC7F;
}
.TagClassName
{
border-color: #6FBC7F;
}
</style>