Shades of Bay Leaf #7EB785
Tints of Bay Leaf #7EB785
RGB
CMYK
RGB Variations
Color information
#7EB785 (or 0x7EB785) is known color: Bay Leaf. HEX triplet: 7E, B7 and 85. RGB value is (126,183,133). Sum of RGB (Red+Green+Blue) = 126+183+133=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #7EB785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB785 is #81487A. Grayscale: #A0A0A0. Windows color (decimal): -8472699 or 8763262. OLE color: 8763262.
HSL color Cylindrical-coordinate representation of color #7EB785: hue angle of 127.37º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7EB785 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 126 | 183 | 133 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.28 |
| HSL | 127.37º | 0.28% | 0.61% | - |
| HSV(B) | 127.37º | 0.31% | 0.72% | - |
| XYZ | 29.77 | 40 | 28.34 | - |
| YUV | 160.26 | 112.62 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 183 | 133 | 0.31 | 0 | 0.27 | 0.28 | 127.37 | 0.28 | 0.61 |
| Hex | 7E | B7 | 85 | 1F | 0 | 1B | 1C | 7F | 1C | 3D |
| Octal | 176 | 267 | 205 | 37 | 0 | 33 | 34 | 177 | 34 | 75 |
| Binary | 1111110 | 10110111 | 10000101 | 11111 | 0 | 11011 | 11100 | 1111111 | 11100 | 111101 |
Color Harmonies of #7EB785
Complementary color
Monochromatic Colors of #7EB785
Black with #7EB785
Text Example
Text Example
White with #7EB785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB785; }
p { color: rgb(126,183,133); }
H1.HeaderClassName
{
color: #7EB785;
}
.AnyTagClassName
{
color: #7EB785;
}
</style>
background-color css
<style>
a { background-color: #7EB785; }
a { background-color: rgb(126,183,133); }
div.DivClassName
{
background-color: #7EB785;
}
.BgClassName
{
background-color: #7EB785;
}
</style>
border-color css
<style>
span { border-color: #7EB785; }
span { border-color: rgb(126,183,133); }
td.TdClassName
{
border-color: #7EB785;
}
.TagClassName
{
border-color: #7EB785;
}
</style>