Shades of Bay Leaf #7BBE8B
Tints of Bay Leaf #7BBE8B
RGB
CMYK
RGB Variations
Color information
#7BBE8B (or 0x7BBE8B) is known color: Bay Leaf. HEX triplet: 7B, BE and 8B. RGB value is (123,190,139). Sum of RGB (Red+Green+Blue) = 123+190+139=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBE8B is #844174. Grayscale: #A4A4A4. Windows color (decimal): -8667509 or 9158267. OLE color: 9158267.
HSL color Cylindrical-coordinate representation of color #7BBE8B: hue angle of 134.33º 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 #7BBE8B is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 139 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.25 |
| HSL | 134.33º | 0.34% | 0.61% | - |
| HSV(B) | 134.33º | 0.35% | 0.75% | - |
| XYZ | 31.24 | 42.9 | 31.06 | - |
| YUV | 164.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 139 | 0.35 | 0 | 0.27 | 0.25 | 134.33 | 0.34 | 0.61 |
| Hex | 7B | BE | 8B | 23 | 0 | 1B | 19 | 86 | 22 | 3D |
| Octal | 173 | 276 | 213 | 43 | 0 | 33 | 31 | 206 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10001011 | 100011 | 0 | 11011 | 11001 | 10000110 | 100010 | 111101 |
Color Harmonies of #7BBE8B
Complementary color
Monochromatic Colors of #7BBE8B
Black with #7BBE8B
Text Example
Text Example
White with #7BBE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE8B; }
p { color: rgb(123,190,139); }
H1.HeaderClassName
{
color: #7BBE8B;
}
.AnyTagClassName
{
color: #7BBE8B;
}
</style>
background-color css
<style>
a { background-color: #7BBE8B; }
a { background-color: rgb(123,190,139); }
div.DivClassName
{
background-color: #7BBE8B;
}
.BgClassName
{
background-color: #7BBE8B;
}
</style>
border-color css
<style>
span { border-color: #7BBE8B; }
span { border-color: rgb(123,190,139); }
td.TdClassName
{
border-color: #7BBE8B;
}
.TagClassName
{
border-color: #7BBE8B;
}
</style>