Shades of Bay Leaf #6CB87F
Tints of Bay Leaf #6CB87F
RGB
CMYK
RGB Variations
Color information
#6CB87F (or 0x6CB87F) is known color: Bay Leaf. HEX triplet: 6C, B8 and 7F. RGB value is (108,184,127). Sum of RGB (Red+Green+Blue) = 108+184+127=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 184 - color contains mainly: green. Hex color #6CB87F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB87F is #934780. Grayscale: #9A9A9A. Windows color (decimal): -9652097 or 8370284. OLE color: 8370284.
HSL color Cylindrical-coordinate representation of color #6CB87F: hue angle of 135º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB87F is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 184 | 127 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.28 |
| HSL | 135º | 0.35% | 0.57% | - |
| HSV(B) | 135º | 0.41% | 0.72% | - |
| XYZ | 27.16 | 39 | 26.18 | - |
| YUV | 154.78 | 112.32 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 184 | 127 | 0.41 | 0 | 0.31 | 0.28 | 135 | 0.35 | 0.57 |
| Hex | 6C | B8 | 7F | 29 | 0 | 1F | 1C | 87 | 23 | 39 |
| Octal | 154 | 270 | 177 | 51 | 0 | 37 | 34 | 207 | 43 | 71 |
| Binary | 1101100 | 10111000 | 1111111 | 101001 | 0 | 11111 | 11100 | 10000111 | 100011 | 111001 |
Color Harmonies of #6CB87F
Complementary color
Monochromatic Colors of #6CB87F
Black with #6CB87F
Text Example
Text Example
White with #6CB87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB87F; }
p { color: rgb(108,184,127); }
H1.HeaderClassName
{
color: #6CB87F;
}
.AnyTagClassName
{
color: #6CB87F;
}
</style>
background-color css
<style>
a { background-color: #6CB87F; }
a { background-color: rgb(108,184,127); }
div.DivClassName
{
background-color: #6CB87F;
}
.BgClassName
{
background-color: #6CB87F;
}
</style>
border-color css
<style>
span { border-color: #6CB87F; }
span { border-color: rgb(108,184,127); }
td.TdClassName
{
border-color: #6CB87F;
}
.TagClassName
{
border-color: #6CB87F;
}
</style>