Shades of Bay Leaf #7AAF80
Tints of Bay Leaf #7AAF80
RGB
CMYK
RGB Variations
Color information
#7AAF80 (or 0x7AAF80) is known color: Bay Leaf. HEX triplet: 7A, AF and 80. RGB value is (122,175,128). Sum of RGB (Red+Green+Blue) = 122+175+128=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF80 is #85507F. Grayscale: #999999. Windows color (decimal): -8736896 or 8433530. OLE color: 8433530.
HSL color Cylindrical-coordinate representation of color #7AAF80: hue angle of 126.79º 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 #7AAF80 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 128 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.31 |
| HSL | 126.79º | 0.25% | 0.58% | - |
| HSV(B) | 126.79º | 0.3% | 0.69% | - |
| XYZ | 27.25 | 36.36 | 26 | - |
| YUV | 153.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 128 | 0.30 | 0 | 0.27 | 0.31 | 126.79 | 0.25 | 0.58 |
| Hex | 7A | AF | 80 | 1E | 0 | 1B | 1F | 7F | 19 | 3A |
| Octal | 172 | 257 | 200 | 36 | 0 | 33 | 37 | 177 | 31 | 72 |
| Binary | 1111010 | 10101111 | 10000000 | 11110 | 0 | 11011 | 11111 | 1111111 | 11001 | 111010 |
Color Harmonies of #7AAF80
Complementary color
Monochromatic Colors of #7AAF80
Black with #7AAF80
Text Example
Text Example
White with #7AAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF80; }
p { color: rgb(122,175,128); }
H1.HeaderClassName
{
color: #7AAF80;
}
.AnyTagClassName
{
color: #7AAF80;
}
</style>
background-color css
<style>
a { background-color: #7AAF80; }
a { background-color: rgb(122,175,128); }
div.DivClassName
{
background-color: #7AAF80;
}
.BgClassName
{
background-color: #7AAF80;
}
</style>
border-color css
<style>
span { border-color: #7AAF80; }
span { border-color: rgb(122,175,128); }
td.TdClassName
{
border-color: #7AAF80;
}
.TagClassName
{
border-color: #7AAF80;
}
</style>