Shades of Bay Leaf #7BB787
Tints of Bay Leaf #7BB787
RGB
CMYK
RGB Variations
Color information
#7BB787 (or 0x7BB787) is known color: Bay Leaf. HEX triplet: 7B, B7 and 87. RGB value is (123,183,135). Sum of RGB (Red+Green+Blue) = 123+183+135=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB787 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB787 is #844878. Grayscale: #9F9F9F. Windows color (decimal): -8669305 or 8894331. OLE color: 8894331.
HSL color Cylindrical-coordinate representation of color #7BB787: hue angle of 132º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7BB787 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 183 | 135 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.28 |
| HSL | 132º | 0.29% | 0.6% | - |
| HSV(B) | 132º | 0.33% | 0.72% | - |
| XYZ | 29.48 | 39.83 | 29.06 | - |
| YUV | 159.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 183 | 135 | 0.33 | 0 | 0.26 | 0.28 | 132 | 0.29 | 0.6 |
| Hex | 7B | B7 | 87 | 21 | 0 | 1A | 1C | 84 | 1D | 3C |
| Octal | 173 | 267 | 207 | 41 | 0 | 32 | 34 | 204 | 35 | 74 |
| Binary | 1111011 | 10110111 | 10000111 | 100001 | 0 | 11010 | 11100 | 10000100 | 11101 | 111100 |
Color Harmonies of #7BB787
Complementary color
Monochromatic Colors of #7BB787
Black with #7BB787
Text Example
Text Example
White with #7BB787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB787; }
p { color: rgb(123,183,135); }
H1.HeaderClassName
{
color: #7BB787;
}
.AnyTagClassName
{
color: #7BB787;
}
</style>
background-color css
<style>
a { background-color: #7BB787; }
a { background-color: rgb(123,183,135); }
div.DivClassName
{
background-color: #7BB787;
}
.BgClassName
{
background-color: #7BB787;
}
</style>
border-color css
<style>
span { border-color: #7BB787; }
span { border-color: rgb(123,183,135); }
td.TdClassName
{
border-color: #7BB787;
}
.TagClassName
{
border-color: #7BB787;
}
</style>