Shades of Bay Leaf #7BA68D
Tints of Bay Leaf #7BA68D
RGB
CMYK
RGB Variations
Color information
#7BA68D (or 0x7BA68D) is known color: Bay Leaf. HEX triplet: 7B, A6 and 8D. RGB value is (123,166,141). Sum of RGB (Red+Green+Blue) = 123+166+141=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA68D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA68D is #845972. Grayscale: #969696. Windows color (decimal): -8673651 or 9283195. OLE color: 9283195.
HSL color Cylindrical-coordinate representation of color #7BA68D: hue angle of 145.12º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7BA68D is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 166 | 141 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.35 |
| HSL | 145.12º | 0.19% | 0.57% | - |
| HSV(B) | 145.12º | 0.26% | 0.65% | - |
| XYZ | 26.61 | 33.41 | 30.24 | - |
| YUV | 150.29 | 122.75 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 141 | 0.26 | 0 | 0.15 | 0.35 | 145.12 | 0.19 | 0.57 |
| Hex | 7B | A6 | 8D | 1A | 0 | F | 23 | 91 | 13 | 39 |
| Octal | 173 | 246 | 215 | 32 | 0 | 17 | 43 | 221 | 23 | 71 |
| Binary | 1111011 | 10100110 | 10001101 | 11010 | 0 | 1111 | 100011 | 10010001 | 10011 | 111001 |
Color Harmonies of #7BA68D
Complementary color
Monochromatic Colors of #7BA68D
Black with #7BA68D
Text Example
Text Example
White with #7BA68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA68D; }
p { color: rgb(123,166,141); }
H1.HeaderClassName
{
color: #7BA68D;
}
.AnyTagClassName
{
color: #7BA68D;
}
</style>
background-color css
<style>
a { background-color: #7BA68D; }
a { background-color: rgb(123,166,141); }
div.DivClassName
{
background-color: #7BA68D;
}
.BgClassName
{
background-color: #7BA68D;
}
</style>
border-color css
<style>
span { border-color: #7BA68D; }
span { border-color: rgb(123,166,141); }
td.TdClassName
{
border-color: #7BA68D;
}
.TagClassName
{
border-color: #7BA68D;
}
</style>