Shades of Bay Leaf #7BBE87
Tints of Bay Leaf #7BBE87
RGB
CMYK
RGB Variations
Color information
#7BBE87 (or 0x7BBE87) is known color: Bay Leaf. HEX triplet: 7B, BE and 87. RGB value is (123,190,135). Sum of RGB (Red+Green+Blue) = 123+190+135=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBE87 is #844178. Grayscale: #A3A3A3. Windows color (decimal): -8667513 or 8896123. OLE color: 8896123.
HSL color Cylindrical-coordinate representation of color #7BBE87: hue angle of 130.75º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBE87 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 135 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.25 |
| HSL | 130.75º | 0.34% | 0.61% | - |
| HSV(B) | 130.75º | 0.35% | 0.75% | - |
| XYZ | 30.96 | 42.79 | 29.55 | - |
| YUV | 163.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 135 | 0.35 | 0 | 0.29 | 0.25 | 130.75 | 0.34 | 0.61 |
| Hex | 7B | BE | 87 | 23 | 0 | 1D | 19 | 83 | 22 | 3D |
| Octal | 173 | 276 | 207 | 43 | 0 | 35 | 31 | 203 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10000111 | 100011 | 0 | 11101 | 11001 | 10000011 | 100010 | 111101 |
Color Harmonies of #7BBE87
Complementary color
Monochromatic Colors of #7BBE87
Black with #7BBE87
Text Example
Text Example
White with #7BBE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE87; }
p { color: rgb(123,190,135); }
H1.HeaderClassName
{
color: #7BBE87;
}
.AnyTagClassName
{
color: #7BBE87;
}
</style>
background-color css
<style>
a { background-color: #7BBE87; }
a { background-color: rgb(123,190,135); }
div.DivClassName
{
background-color: #7BBE87;
}
.BgClassName
{
background-color: #7BBE87;
}
</style>
border-color css
<style>
span { border-color: #7BBE87; }
span { border-color: rgb(123,190,135); }
td.TdClassName
{
border-color: #7BBE87;
}
.TagClassName
{
border-color: #7BBE87;
}
</style>