Shades of Bay Leaf #7BBE8D
Tints of Bay Leaf #7BBE8D
RGB
CMYK
RGB Variations
Color information
#7BBE8D (or 0x7BBE8D) is known color: Bay Leaf. HEX triplet: 7B, BE and 8D. RGB value is (123,190,141). Sum of RGB (Red+Green+Blue) = 123+190+141=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBE8D is #844172. Grayscale: #A4A4A4. Windows color (decimal): -8667507 or 9289339. OLE color: 9289339.
HSL color Cylindrical-coordinate representation of color #7BBE8D: hue angle of 136.12º 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 #7BBE8D is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 141 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.25 |
| HSL | 136.12º | 0.34% | 0.61% | - |
| HSV(B) | 136.12º | 0.35% | 0.75% | - |
| XYZ | 31.39 | 42.96 | 31.84 | - |
| YUV | 164.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 141 | 0.35 | 0 | 0.26 | 0.25 | 136.12 | 0.34 | 0.61 |
| Hex | 7B | BE | 8D | 23 | 0 | 1A | 19 | 88 | 22 | 3D |
| Octal | 173 | 276 | 215 | 43 | 0 | 32 | 31 | 210 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10001101 | 100011 | 0 | 11010 | 11001 | 10001000 | 100010 | 111101 |
Color Harmonies of #7BBE8D
Complementary color
Monochromatic Colors of #7BBE8D
Black with #7BBE8D
Text Example
Text Example
White with #7BBE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE8D; }
p { color: rgb(123,190,141); }
H1.HeaderClassName
{
color: #7BBE8D;
}
.AnyTagClassName
{
color: #7BBE8D;
}
</style>
background-color css
<style>
a { background-color: #7BBE8D; }
a { background-color: rgb(123,190,141); }
div.DivClassName
{
background-color: #7BBE8D;
}
.BgClassName
{
background-color: #7BBE8D;
}
</style>
border-color css
<style>
span { border-color: #7BBE8D; }
span { border-color: rgb(123,190,141); }
td.TdClassName
{
border-color: #7BBE8D;
}
.TagClassName
{
border-color: #7BBE8D;
}
</style>