Shades of Bay Leaf #7FB386
Tints of Bay Leaf #7FB386
RGB
CMYK
RGB Variations
Color information
#7FB386 (or 0x7FB386) is known color: Bay Leaf. HEX triplet: 7F, B3 and 86. RGB value is (127,179,134). Sum of RGB (Red+Green+Blue) = 127+179+134=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB386 is #804C79. Grayscale: #9E9E9E. Windows color (decimal): -8408186 or 8827775. OLE color: 8827775.
HSL color Cylindrical-coordinate representation of color #7FB386: hue angle of 128.08º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB386 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 179 | 134 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.30 |
| HSL | 128.08º | 0.25% | 0.6% | - |
| HSV(B) | 128.08º | 0.29% | 0.7% | - |
| XYZ | 29.18 | 38.47 | 28.44 | - |
| YUV | 158.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 179 | 134 | 0.29 | 0 | 0.25 | 0.30 | 128.08 | 0.25 | 0.6 |
| Hex | 7F | B3 | 86 | 1D | 0 | 19 | 1E | 80 | 19 | 3C |
| Octal | 177 | 263 | 206 | 35 | 0 | 31 | 36 | 200 | 31 | 74 |
| Binary | 1111111 | 10110011 | 10000110 | 11101 | 0 | 11001 | 11110 | 10000000 | 11001 | 111100 |
Color Harmonies of #7FB386
Complementary color
Monochromatic Colors of #7FB386
Black with #7FB386
Text Example
Text Example
White with #7FB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB386; }
p { color: rgb(127,179,134); }
H1.HeaderClassName
{
color: #7FB386;
}
.AnyTagClassName
{
color: #7FB386;
}
</style>
background-color css
<style>
a { background-color: #7FB386; }
a { background-color: rgb(127,179,134); }
div.DivClassName
{
background-color: #7FB386;
}
.BgClassName
{
background-color: #7FB386;
}
</style>
border-color css
<style>
span { border-color: #7FB386; }
span { border-color: rgb(127,179,134); }
td.TdClassName
{
border-color: #7FB386;
}
.TagClassName
{
border-color: #7FB386;
}
</style>