Shades of Bay Leaf #7FB58E
Tints of Bay Leaf #7FB58E
RGB
CMYK
RGB Variations
Color information
#7FB58E (or 0x7FB58E) is known color: Bay Leaf. HEX triplet: 7F, B5 and 8E. RGB value is (127,181,142). Sum of RGB (Red+Green+Blue) = 127+181+142=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB58E is #804A71. Grayscale: #A0A0A0. Windows color (decimal): -8407666 or 9352575. OLE color: 9352575.
HSL color Cylindrical-coordinate representation of color #7FB58E: hue angle of 136.67º 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 #7FB58E is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 142 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.29 |
| HSL | 136.67º | 0.27% | 0.6% | - |
| HSV(B) | 136.67º | 0.3% | 0.71% | - |
| XYZ | 30.16 | 39.51 | 31.63 | - |
| YUV | 160.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 142 | 0.30 | 0 | 0.22 | 0.29 | 136.67 | 0.27 | 0.6 |
| Hex | 7F | B5 | 8E | 1E | 0 | 16 | 1D | 89 | 1B | 3C |
| Octal | 177 | 265 | 216 | 36 | 0 | 26 | 35 | 211 | 33 | 74 |
| Binary | 1111111 | 10110101 | 10001110 | 11110 | 0 | 10110 | 11101 | 10001001 | 11011 | 111100 |
Color Harmonies of #7FB58E
Complementary color
Monochromatic Colors of #7FB58E
Black with #7FB58E
Text Example
Text Example
White with #7FB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB58E; }
p { color: rgb(127,181,142); }
H1.HeaderClassName
{
color: #7FB58E;
}
.AnyTagClassName
{
color: #7FB58E;
}
</style>
background-color css
<style>
a { background-color: #7FB58E; }
a { background-color: rgb(127,181,142); }
div.DivClassName
{
background-color: #7FB58E;
}
.BgClassName
{
background-color: #7FB58E;
}
</style>
border-color css
<style>
span { border-color: #7FB58E; }
span { border-color: rgb(127,181,142); }
td.TdClassName
{
border-color: #7FB58E;
}
.TagClassName
{
border-color: #7FB58E;
}
</style>