Shades of Bay Leaf #7BAB85
Tints of Bay Leaf #7BAB85
RGB
CMYK
RGB Variations
Color information
#7BAB85 (or 0x7BAB85) is known color: Bay Leaf. HEX triplet: 7B, AB and 85. RGB value is (123,171,133). Sum of RGB (Red+Green+Blue) = 123+171+133=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAB85 is #84547A. Grayscale: #989898. Windows color (decimal): -8672379 or 8760187. OLE color: 8760187.
HSL color Cylindrical-coordinate representation of color #7BAB85: hue angle of 132.5º degrees, saturation: 0.22, 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 #7BAB85 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 133 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.33 |
| HSL | 132.5º | 0.22% | 0.58% | - |
| HSV(B) | 132.5º | 0.28% | 0.67% | - |
| XYZ | 26.96 | 35.03 | 27.53 | - |
| YUV | 152.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 133 | 0.28 | 0 | 0.22 | 0.33 | 132.5 | 0.22 | 0.58 |
| Hex | 7B | AB | 85 | 1C | 0 | 16 | 21 | 84 | 16 | 3A |
| Octal | 173 | 253 | 205 | 34 | 0 | 26 | 41 | 204 | 26 | 72 |
| Binary | 1111011 | 10101011 | 10000101 | 11100 | 0 | 10110 | 100001 | 10000100 | 10110 | 111010 |
Color Harmonies of #7BAB85
Complementary color
Monochromatic Colors of #7BAB85
Black with #7BAB85
Text Example
Text Example
White with #7BAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB85; }
p { color: rgb(123,171,133); }
H1.HeaderClassName
{
color: #7BAB85;
}
.AnyTagClassName
{
color: #7BAB85;
}
</style>
background-color css
<style>
a { background-color: #7BAB85; }
a { background-color: rgb(123,171,133); }
div.DivClassName
{
background-color: #7BAB85;
}
.BgClassName
{
background-color: #7BAB85;
}
</style>
border-color css
<style>
span { border-color: #7BAB85; }
span { border-color: rgb(123,171,133); }
td.TdClassName
{
border-color: #7BAB85;
}
.TagClassName
{
border-color: #7BAB85;
}
</style>