Shades of Bay Leaf #7AAF84
Tints of Bay Leaf #7AAF84
RGB
CMYK
RGB Variations
Color information
#7AAF84 (or 0x7AAF84) is known color: Bay Leaf. HEX triplet: 7A, AF and 84. RGB value is (122,175,132). Sum of RGB (Red+Green+Blue) = 122+175+132=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF84 is #85507B. Grayscale: #9A9A9A. Windows color (decimal): -8736892 or 8695674. OLE color: 8695674.
HSL color Cylindrical-coordinate representation of color #7AAF84: hue angle of 131.32º 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 #7AAF84 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 132 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.31 |
| HSL | 131.32º | 0.25% | 0.58% | - |
| HSV(B) | 131.32º | 0.3% | 0.69% | - |
| XYZ | 27.52 | 36.46 | 27.42 | - |
| YUV | 154.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 132 | 0.30 | 0 | 0.25 | 0.31 | 131.32 | 0.25 | 0.58 |
| Hex | 7A | AF | 84 | 1E | 0 | 19 | 1F | 83 | 19 | 3A |
| Octal | 172 | 257 | 204 | 36 | 0 | 31 | 37 | 203 | 31 | 72 |
| Binary | 1111010 | 10101111 | 10000100 | 11110 | 0 | 11001 | 11111 | 10000011 | 11001 | 111010 |
Color Harmonies of #7AAF84
Complementary color
Monochromatic Colors of #7AAF84
Black with #7AAF84
Text Example
Text Example
White with #7AAF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF84; }
p { color: rgb(122,175,132); }
H1.HeaderClassName
{
color: #7AAF84;
}
.AnyTagClassName
{
color: #7AAF84;
}
</style>
background-color css
<style>
a { background-color: #7AAF84; }
a { background-color: rgb(122,175,132); }
div.DivClassName
{
background-color: #7AAF84;
}
.BgClassName
{
background-color: #7AAF84;
}
</style>
border-color css
<style>
span { border-color: #7AAF84; }
span { border-color: rgb(122,175,132); }
td.TdClassName
{
border-color: #7AAF84;
}
.TagClassName
{
border-color: #7AAF84;
}
</style>