Shades of Bay Leaf #7BAF89
Tints of Bay Leaf #7BAF89
RGB
CMYK
RGB Variations
Color information
#7BAF89 (or 0x7BAF89) is known color: Bay Leaf. HEX triplet: 7B, AF and 89. RGB value is (123,175,137). Sum of RGB (Red+Green+Blue) = 123+175+137=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAF89 is #845076. Grayscale: #9B9B9B. Windows color (decimal): -8671351 or 9023355. OLE color: 9023355.
HSL color Cylindrical-coordinate representation of color #7BAF89: hue angle of 136.15º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BAF89 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 137 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.31 |
| HSL | 136.15º | 0.25% | 0.58% | - |
| HSV(B) | 136.15º | 0.3% | 0.69% | - |
| XYZ | 28.01 | 36.68 | 29.27 | - |
| YUV | 155.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 137 | 0.30 | 0 | 0.22 | 0.31 | 136.15 | 0.25 | 0.58 |
| Hex | 7B | AF | 89 | 1E | 0 | 16 | 1F | 88 | 19 | 3A |
| Octal | 173 | 257 | 211 | 36 | 0 | 26 | 37 | 210 | 31 | 72 |
| Binary | 1111011 | 10101111 | 10001001 | 11110 | 0 | 10110 | 11111 | 10001000 | 11001 | 111010 |
Color Harmonies of #7BAF89
Complementary color
Monochromatic Colors of #7BAF89
Black with #7BAF89
Text Example
Text Example
White with #7BAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF89; }
p { color: rgb(123,175,137); }
H1.HeaderClassName
{
color: #7BAF89;
}
.AnyTagClassName
{
color: #7BAF89;
}
</style>
background-color css
<style>
a { background-color: #7BAF89; }
a { background-color: rgb(123,175,137); }
div.DivClassName
{
background-color: #7BAF89;
}
.BgClassName
{
background-color: #7BAF89;
}
</style>
border-color css
<style>
span { border-color: #7BAF89; }
span { border-color: rgb(123,175,137); }
td.TdClassName
{
border-color: #7BAF89;
}
.TagClassName
{
border-color: #7BAF89;
}
</style>