Shades of Bay Leaf #6FBC84
Tints of Bay Leaf #6FBC84
RGB
CMYK
RGB Variations
Color information
#6FBC84 (or 0x6FBC84) is known color: Bay Leaf. HEX triplet: 6F, BC and 84. RGB value is (111,188,132). Sum of RGB (Red+Green+Blue) = 111+188+132=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBC84 is #90437B. Grayscale: #9E9E9E. Windows color (decimal): -9454460 or 8698991. OLE color: 8698991.
HSL color Cylindrical-coordinate representation of color #6FBC84: hue angle of 136.36º 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 #6FBC84 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 132 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.26 |
| HSL | 136.36º | 0.36% | 0.59% | - |
| HSV(B) | 136.36º | 0.41% | 0.74% | - |
| XYZ | 28.7 | 41.01 | 28.23 | - |
| YUV | 158.59 | 112.99 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 132 | 0.41 | 0 | 0.30 | 0.26 | 136.36 | 0.36 | 0.59 |
| Hex | 6F | BC | 84 | 29 | 0 | 1E | 1A | 88 | 24 | 3B |
| Octal | 157 | 274 | 204 | 51 | 0 | 36 | 32 | 210 | 44 | 73 |
| Binary | 1101111 | 10111100 | 10000100 | 101001 | 0 | 11110 | 11010 | 10001000 | 100100 | 111011 |
Color Harmonies of #6FBC84
Complementary color
Monochromatic Colors of #6FBC84
Black with #6FBC84
Text Example
Text Example
White with #6FBC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC84; }
p { color: rgb(111,188,132); }
H1.HeaderClassName
{
color: #6FBC84;
}
.AnyTagClassName
{
color: #6FBC84;
}
</style>
background-color css
<style>
a { background-color: #6FBC84; }
a { background-color: rgb(111,188,132); }
div.DivClassName
{
background-color: #6FBC84;
}
.BgClassName
{
background-color: #6FBC84;
}
</style>
border-color css
<style>
span { border-color: #6FBC84; }
span { border-color: rgb(111,188,132); }
td.TdClassName
{
border-color: #6FBC84;
}
.TagClassName
{
border-color: #6FBC84;
}
</style>