Shades of Bay Leaf #7AAB80
Tints of Bay Leaf #7AAB80
RGB
CMYK
RGB Variations
Color information
#7AAB80 (or 0x7AAB80) is known color: Bay Leaf. HEX triplet: 7A, AB and 80. RGB value is (122,171,128). Sum of RGB (Red+Green+Blue) = 122+171+128=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAB80 is #85547F. Grayscale: #979797. Windows color (decimal): -8737920 or 8432506. OLE color: 8432506.
HSL color Cylindrical-coordinate representation of color #7AAB80: hue angle of 127.35º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAB80 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 128 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.33 |
| HSL | 127.35º | 0.23% | 0.57% | - |
| HSV(B) | 127.35º | 0.29% | 0.67% | - |
| XYZ | 26.49 | 34.82 | 25.75 | - |
| YUV | 151.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 128 | 0.29 | 0 | 0.25 | 0.33 | 127.35 | 0.23 | 0.57 |
| Hex | 7A | AB | 80 | 1D | 0 | 19 | 21 | 7F | 17 | 39 |
| Octal | 172 | 253 | 200 | 35 | 0 | 31 | 41 | 177 | 27 | 71 |
| Binary | 1111010 | 10101011 | 10000000 | 11101 | 0 | 11001 | 100001 | 1111111 | 10111 | 111001 |
Color Harmonies of #7AAB80
Complementary color
Monochromatic Colors of #7AAB80
Black with #7AAB80
Text Example
Text Example
White with #7AAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB80; }
p { color: rgb(122,171,128); }
H1.HeaderClassName
{
color: #7AAB80;
}
.AnyTagClassName
{
color: #7AAB80;
}
</style>
background-color css
<style>
a { background-color: #7AAB80; }
a { background-color: rgb(122,171,128); }
div.DivClassName
{
background-color: #7AAB80;
}
.BgClassName
{
background-color: #7AAB80;
}
</style>
border-color css
<style>
span { border-color: #7AAB80; }
span { border-color: rgb(122,171,128); }
td.TdClassName
{
border-color: #7AAB80;
}
.TagClassName
{
border-color: #7AAB80;
}
</style>