Shades of Bay Leaf #7BA58B
Tints of Bay Leaf #7BA58B
RGB
CMYK
RGB Variations
Color information
#7BA58B (or 0x7BA58B) is known color: Bay Leaf. HEX triplet: 7B, A5 and 8B. RGB value is (123,165,139). Sum of RGB (Red+Green+Blue) = 123+165+139=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA58B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA58B is #845A74. Grayscale: #959595. Windows color (decimal): -8673909 or 9151867. OLE color: 9151867.
HSL color Cylindrical-coordinate representation of color #7BA58B: hue angle of 142.86º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA58B is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 165 | 139 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.35 |
| HSL | 142.86º | 0.19% | 0.56% | - |
| HSV(B) | 142.86º | 0.25% | 0.65% | - |
| XYZ | 26.28 | 32.99 | 29.41 | - |
| YUV | 149.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 165 | 139 | 0.25 | 0 | 0.16 | 0.35 | 142.86 | 0.19 | 0.56 |
| Hex | 7B | A5 | 8B | 19 | 0 | 10 | 23 | 8F | 13 | 38 |
| Octal | 173 | 245 | 213 | 31 | 0 | 20 | 43 | 217 | 23 | 70 |
| Binary | 1111011 | 10100101 | 10001011 | 11001 | 0 | 10000 | 100011 | 10001111 | 10011 | 111000 |
Color Harmonies of #7BA58B
Complementary color
Monochromatic Colors of #7BA58B
Black with #7BA58B
Text Example
Text Example
White with #7BA58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA58B; }
p { color: rgb(123,165,139); }
H1.HeaderClassName
{
color: #7BA58B;
}
.AnyTagClassName
{
color: #7BA58B;
}
</style>
background-color css
<style>
a { background-color: #7BA58B; }
a { background-color: rgb(123,165,139); }
div.DivClassName
{
background-color: #7BA58B;
}
.BgClassName
{
background-color: #7BA58B;
}
</style>
border-color css
<style>
span { border-color: #7BA58B; }
span { border-color: rgb(123,165,139); }
td.TdClassName
{
border-color: #7BA58B;
}
.TagClassName
{
border-color: #7BA58B;
}
</style>