Shades of Bay Leaf #7BAB8A
Tints of Bay Leaf #7BAB8A
RGB
CMYK
RGB Variations
Color information
#7BAB8A (or 0x7BAB8A) is known color: Bay Leaf. HEX triplet: 7B, AB and 8A. RGB value is (123,171,138). Sum of RGB (Red+Green+Blue) = 123+171+138=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAB8A is #845475. Grayscale: #989898. Windows color (decimal): -8672374 or 9087867. OLE color: 9087867.
HSL color Cylindrical-coordinate representation of color #7BAB8A: hue angle of 138.75º 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 #7BAB8A is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 138 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.33 |
| HSL | 138.75º | 0.22% | 0.58% | - |
| HSV(B) | 138.75º | 0.28% | 0.67% | - |
| XYZ | 27.32 | 35.17 | 29.39 | - |
| YUV | 152.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 138 | 0.28 | 0 | 0.19 | 0.33 | 138.75 | 0.22 | 0.58 |
| Hex | 7B | AB | 8A | 1C | 0 | 13 | 21 | 8B | 16 | 3A |
| Octal | 173 | 253 | 212 | 34 | 0 | 23 | 41 | 213 | 26 | 72 |
| Binary | 1111011 | 10101011 | 10001010 | 11100 | 0 | 10011 | 100001 | 10001011 | 10110 | 111010 |
Color Harmonies of #7BAB8A
Complementary color
Monochromatic Colors of #7BAB8A
Black with #7BAB8A
Text Example
Text Example
White with #7BAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB8A; }
p { color: rgb(123,171,138); }
H1.HeaderClassName
{
color: #7BAB8A;
}
.AnyTagClassName
{
color: #7BAB8A;
}
</style>
background-color css
<style>
a { background-color: #7BAB8A; }
a { background-color: rgb(123,171,138); }
div.DivClassName
{
background-color: #7BAB8A;
}
.BgClassName
{
background-color: #7BAB8A;
}
</style>
border-color css
<style>
span { border-color: #7BAB8A; }
span { border-color: rgb(123,171,138); }
td.TdClassName
{
border-color: #7BAB8A;
}
.TagClassName
{
border-color: #7BAB8A;
}
</style>