Shades of Bay Leaf #7BAA8C
Tints of Bay Leaf #7BAA8C
RGB
CMYK
RGB Variations
Color information
#7BAA8C (or 0x7BAA8C) is known color: Bay Leaf. HEX triplet: 7B, AA and 8C. RGB value is (123,170,140). Sum of RGB (Red+Green+Blue) = 123+170+140=433 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.41% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAA8C is #845573. Grayscale: #989898. Windows color (decimal): -8672628 or 9218683. OLE color: 9218683.
HSL color Cylindrical-coordinate representation of color #7BAA8C: hue angle of 141.7º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAA8C is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 140 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.33 |
| HSL | 141.7º | 0.22% | 0.57% | - |
| HSV(B) | 141.7º | 0.28% | 0.67% | - |
| XYZ | 27.28 | 34.85 | 30.1 | - |
| YUV | 152.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 140 | 0.28 | 0 | 0.18 | 0.33 | 141.7 | 0.22 | 0.57 |
| Hex | 7B | AA | 8C | 1C | 0 | 12 | 21 | 8E | 16 | 39 |
| Octal | 173 | 252 | 214 | 34 | 0 | 22 | 41 | 216 | 26 | 71 |
| Binary | 1111011 | 10101010 | 10001100 | 11100 | 0 | 10010 | 100001 | 10001110 | 10110 | 111001 |
Color Harmonies of #7BAA8C
Complementary color
Monochromatic Colors of #7BAA8C
Black with #7BAA8C
Text Example
Text Example
White with #7BAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA8C; }
p { color: rgb(123,170,140); }
H1.HeaderClassName
{
color: #7BAA8C;
}
.AnyTagClassName
{
color: #7BAA8C;
}
</style>
background-color css
<style>
a { background-color: #7BAA8C; }
a { background-color: rgb(123,170,140); }
div.DivClassName
{
background-color: #7BAA8C;
}
.BgClassName
{
background-color: #7BAA8C;
}
</style>
border-color css
<style>
span { border-color: #7BAA8C; }
span { border-color: rgb(123,170,140); }
td.TdClassName
{
border-color: #7BAA8C;
}
.TagClassName
{
border-color: #7BAA8C;
}
</style>