Shades of Bay Leaf #7BA48A
Tints of Bay Leaf #7BA48A
RGB
CMYK
RGB Variations
Color information
#7BA48A (or 0x7BA48A) is known color: Bay Leaf. HEX triplet: 7B, A4 and 8A. RGB value is (123,164,138). Sum of RGB (Red+Green+Blue) = 123+164+138=425 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.94% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA48A is #845B75. Grayscale: #949494. Windows color (decimal): -8674166 or 9086075. OLE color: 9086075.
HSL color Cylindrical-coordinate representation of color #7BA48A: hue angle of 141.95º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA48A is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 138 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.36 |
| HSL | 141.95º | 0.18% | 0.56% | - |
| HSV(B) | 141.95º | 0.25% | 0.64% | - |
| XYZ | 26.03 | 32.6 | 28.96 | - |
| YUV | 148.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 138 | 0.25 | 0 | 0.16 | 0.36 | 141.95 | 0.18 | 0.56 |
| Hex | 7B | A4 | 8A | 19 | 0 | 10 | 24 | 8E | 12 | 38 |
| Octal | 173 | 244 | 212 | 31 | 0 | 20 | 44 | 216 | 22 | 70 |
| Binary | 1111011 | 10100100 | 10001010 | 11001 | 0 | 10000 | 100100 | 10001110 | 10010 | 111000 |
Color Harmonies of #7BA48A
Complementary color
Monochromatic Colors of #7BA48A
Black with #7BA48A
Text Example
Text Example
White with #7BA48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA48A; }
p { color: rgb(123,164,138); }
H1.HeaderClassName
{
color: #7BA48A;
}
.AnyTagClassName
{
color: #7BA48A;
}
</style>
background-color css
<style>
a { background-color: #7BA48A; }
a { background-color: rgb(123,164,138); }
div.DivClassName
{
background-color: #7BA48A;
}
.BgClassName
{
background-color: #7BA48A;
}
</style>
border-color css
<style>
span { border-color: #7BA48A; }
span { border-color: rgb(123,164,138); }
td.TdClassName
{
border-color: #7BA48A;
}
.TagClassName
{
border-color: #7BA48A;
}
</style>