Shades of Bay Leaf #7BAF80
Tints of Bay Leaf #7BAF80
RGB
CMYK
RGB Variations
Color information
#7BAF80 (or 0x7BAF80) is known color: Bay Leaf. HEX triplet: 7B, AF and 80. RGB value is (123,175,128). Sum of RGB (Red+Green+Blue) = 123+175+128=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAF80 is #84507F. Grayscale: #9A9A9A. Windows color (decimal): -8671360 or 8433531. OLE color: 8433531.
HSL color Cylindrical-coordinate representation of color #7BAF80: hue angle of 125.77º 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 #7BAF80 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 128 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.31 |
| HSL | 125.77º | 0.25% | 0.58% | - |
| HSV(B) | 125.77º | 0.3% | 0.69% | - |
| XYZ | 27.39 | 36.43 | 26.01 | - |
| YUV | 154.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 128 | 0.30 | 0 | 0.27 | 0.31 | 125.77 | 0.25 | 0.58 |
| Hex | 7B | AF | 80 | 1E | 0 | 1B | 1F | 7E | 19 | 3A |
| Octal | 173 | 257 | 200 | 36 | 0 | 33 | 37 | 176 | 31 | 72 |
| Binary | 1111011 | 10101111 | 10000000 | 11110 | 0 | 11011 | 11111 | 1111110 | 11001 | 111010 |
Color Harmonies of #7BAF80
Complementary color
Monochromatic Colors of #7BAF80
Black with #7BAF80
Text Example
Text Example
White with #7BAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF80; }
p { color: rgb(123,175,128); }
H1.HeaderClassName
{
color: #7BAF80;
}
.AnyTagClassName
{
color: #7BAF80;
}
</style>
background-color css
<style>
a { background-color: #7BAF80; }
a { background-color: rgb(123,175,128); }
div.DivClassName
{
background-color: #7BAF80;
}
.BgClassName
{
background-color: #7BAF80;
}
</style>
border-color css
<style>
span { border-color: #7BAF80; }
span { border-color: rgb(123,175,128); }
td.TdClassName
{
border-color: #7BAF80;
}
.TagClassName
{
border-color: #7BAF80;
}
</style>