Shades of Bay Leaf #7BBF8E
Tints of Bay Leaf #7BBF8E
RGB
CMYK
RGB Variations
Color information
#7BBF8E (or 0x7BBF8E) is known color: Bay Leaf. HEX triplet: 7B, BF and 8E. RGB value is (123,191,142). Sum of RGB (Red+Green+Blue) = 123+191+142=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBF8E is #844071. Grayscale: #A5A5A5. Windows color (decimal): -8667250 or 9355131. OLE color: 9355131.
HSL color Cylindrical-coordinate representation of color #7BBF8E: hue angle of 136.76º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BBF8E is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 191 | 142 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.25 |
| HSL | 136.76º | 0.35% | 0.62% | - |
| HSV(B) | 136.76º | 0.36% | 0.75% | - |
| XYZ | 31.68 | 43.43 | 32.3 | - |
| YUV | 165.08 | 114.97 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 191 | 142 | 0.36 | 0 | 0.26 | 0.25 | 136.76 | 0.35 | 0.62 |
| Hex | 7B | BF | 8E | 24 | 0 | 1A | 19 | 89 | 23 | 3E |
| Octal | 173 | 277 | 216 | 44 | 0 | 32 | 31 | 211 | 43 | 76 |
| Binary | 1111011 | 10111111 | 10001110 | 100100 | 0 | 11010 | 11001 | 10001001 | 100011 | 111110 |
Color Harmonies of #7BBF8E
Complementary color
Monochromatic Colors of #7BBF8E
Black with #7BBF8E
Text Example
Text Example
White with #7BBF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBF8E; }
p { color: rgb(123,191,142); }
H1.HeaderClassName
{
color: #7BBF8E;
}
.AnyTagClassName
{
color: #7BBF8E;
}
</style>
background-color css
<style>
a { background-color: #7BBF8E; }
a { background-color: rgb(123,191,142); }
div.DivClassName
{
background-color: #7BBF8E;
}
.BgClassName
{
background-color: #7BBF8E;
}
</style>
border-color css
<style>
span { border-color: #7BBF8E; }
span { border-color: rgb(123,191,142); }
td.TdClassName
{
border-color: #7BBF8E;
}
.TagClassName
{
border-color: #7BBF8E;
}
</style>