Shades of Bay Leaf #7BAC83
Tints of Bay Leaf #7BAC83
RGB
CMYK
RGB Variations
Color information
#7BAC83 (or 0x7BAC83) is known color: Bay Leaf. HEX triplet: 7B, AC and 83. RGB value is (123,172,131). Sum of RGB (Red+Green+Blue) = 123+172+131=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAC83 is #84537C. Grayscale: #989898. Windows color (decimal): -8672125 or 8629371. OLE color: 8629371.
HSL color Cylindrical-coordinate representation of color #7BAC83: hue angle of 129.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAC83 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 131 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.33 |
| HSL | 129.8º | 0.23% | 0.58% | - |
| HSV(B) | 129.8º | 0.28% | 0.67% | - |
| XYZ | 27.02 | 35.35 | 26.87 | - |
| YUV | 152.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 131 | 0.28 | 0 | 0.24 | 0.33 | 129.8 | 0.23 | 0.58 |
| Hex | 7B | AC | 83 | 1C | 0 | 18 | 21 | 82 | 17 | 3A |
| Octal | 173 | 254 | 203 | 34 | 0 | 30 | 41 | 202 | 27 | 72 |
| Binary | 1111011 | 10101100 | 10000011 | 11100 | 0 | 11000 | 100001 | 10000010 | 10111 | 111010 |
Color Harmonies of #7BAC83
Complementary color
Monochromatic Colors of #7BAC83
Black with #7BAC83
Text Example
Text Example
White with #7BAC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC83; }
p { color: rgb(123,172,131); }
H1.HeaderClassName
{
color: #7BAC83;
}
.AnyTagClassName
{
color: #7BAC83;
}
</style>
background-color css
<style>
a { background-color: #7BAC83; }
a { background-color: rgb(123,172,131); }
div.DivClassName
{
background-color: #7BAC83;
}
.BgClassName
{
background-color: #7BAC83;
}
</style>
border-color css
<style>
span { border-color: #7BAC83; }
span { border-color: rgb(123,172,131); }
td.TdClassName
{
border-color: #7BAC83;
}
.TagClassName
{
border-color: #7BAC83;
}
</style>