Shades of Bay Leaf #7FB586
Tints of Bay Leaf #7FB586
RGB
CMYK
RGB Variations
Color information
#7FB586 (or 0x7FB586) is known color: Bay Leaf. HEX triplet: 7F, B5 and 86. RGB value is (127,181,134). Sum of RGB (Red+Green+Blue) = 127+181+134=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB586 is #804A79. Grayscale: #9F9F9F. Windows color (decimal): -8407674 or 8828287. OLE color: 8828287.
HSL color Cylindrical-coordinate representation of color #7FB586: hue angle of 127.78º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB586 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 134 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.29 |
| HSL | 127.78º | 0.27% | 0.6% | - |
| HSV(B) | 127.78º | 0.3% | 0.71% | - |
| XYZ | 29.58 | 39.28 | 28.58 | - |
| YUV | 159.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 134 | 0.30 | 0 | 0.26 | 0.29 | 127.78 | 0.27 | 0.6 |
| Hex | 7F | B5 | 86 | 1E | 0 | 1A | 1D | 80 | 1B | 3C |
| Octal | 177 | 265 | 206 | 36 | 0 | 32 | 35 | 200 | 33 | 74 |
| Binary | 1111111 | 10110101 | 10000110 | 11110 | 0 | 11010 | 11101 | 10000000 | 11011 | 111100 |
Color Harmonies of #7FB586
Complementary color
Monochromatic Colors of #7FB586
Black with #7FB586
Text Example
Text Example
White with #7FB586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB586; }
p { color: rgb(127,181,134); }
H1.HeaderClassName
{
color: #7FB586;
}
.AnyTagClassName
{
color: #7FB586;
}
</style>
background-color css
<style>
a { background-color: #7FB586; }
a { background-color: rgb(127,181,134); }
div.DivClassName
{
background-color: #7FB586;
}
.BgClassName
{
background-color: #7FB586;
}
</style>
border-color css
<style>
span { border-color: #7FB586; }
span { border-color: rgb(127,181,134); }
td.TdClassName
{
border-color: #7FB586;
}
.TagClassName
{
border-color: #7FB586;
}
</style>