Shades of Bay Leaf #7AA78A
Tints of Bay Leaf #7AA78A
RGB
CMYK
RGB Variations
Color information
#7AA78A (or 0x7AA78A) is known color: Bay Leaf. HEX triplet: 7A, A7 and 8A. RGB value is (122,167,138). Sum of RGB (Red+Green+Blue) = 122+167+138=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA78A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA78A is #855875. Grayscale: #969696. Windows color (decimal): -8738934 or 9086842. OLE color: 9086842.
HSL color Cylindrical-coordinate representation of color #7AA78A: hue angle of 141.33º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7AA78A is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 167 | 138 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.35 |
| HSL | 141.33º | 0.2% | 0.57% | - |
| HSV(B) | 141.33º | 0.27% | 0.65% | - |
| XYZ | 26.43 | 33.61 | 29.14 | - |
| YUV | 150.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 167 | 138 | 0.27 | 0 | 0.17 | 0.35 | 141.33 | 0.2 | 0.57 |
| Hex | 7A | A7 | 8A | 1B | 0 | 11 | 23 | 8D | 14 | 39 |
| Octal | 172 | 247 | 212 | 33 | 0 | 21 | 43 | 215 | 24 | 71 |
| Binary | 1111010 | 10100111 | 10001010 | 11011 | 0 | 10001 | 100011 | 10001101 | 10100 | 111001 |
Color Harmonies of #7AA78A
Complementary color
Monochromatic Colors of #7AA78A
Black with #7AA78A
Text Example
Text Example
White with #7AA78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA78A; }
p { color: rgb(122,167,138); }
H1.HeaderClassName
{
color: #7AA78A;
}
.AnyTagClassName
{
color: #7AA78A;
}
</style>
background-color css
<style>
a { background-color: #7AA78A; }
a { background-color: rgb(122,167,138); }
div.DivClassName
{
background-color: #7AA78A;
}
.BgClassName
{
background-color: #7AA78A;
}
</style>
border-color css
<style>
span { border-color: #7AA78A; }
span { border-color: rgb(122,167,138); }
td.TdClassName
{
border-color: #7AA78A;
}
.TagClassName
{
border-color: #7AA78A;
}
</style>