Shades of Bay Leaf #7AC791
Tints of Bay Leaf #7AC791
RGB
CMYK
RGB Variations
Color information
#7AC791 (or 0x7AC791) is known color: Bay Leaf. HEX triplet: 7A, C7 and 91. RGB value is (122,199,145). Sum of RGB (Red+Green+Blue) = 122+199+145=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #7AC791 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC791 is #85386E. Grayscale: #A9A9A9. Windows color (decimal): -8730735 or 9553786. OLE color: 9553786.
HSL color Cylindrical-coordinate representation of color #7AC791: hue angle of 137.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AC791 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 199 | 145 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.22 |
| HSL | 137.92º | 0.41% | 0.63% | - |
| HSV(B) | 137.92º | 0.39% | 0.78% | - |
| XYZ | 33.56 | 47.03 | 34.1 | - |
| YUV | 169.82 | 113.99 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 199 | 145 | 0.39 | 0 | 0.27 | 0.22 | 137.92 | 0.41 | 0.63 |
| Hex | 7A | C7 | 91 | 27 | 0 | 1B | 16 | 8A | 29 | 3F |
| Octal | 172 | 307 | 221 | 47 | 0 | 33 | 26 | 212 | 51 | 77 |
| Binary | 1111010 | 11000111 | 10010001 | 100111 | 0 | 11011 | 10110 | 10001010 | 101001 | 111111 |
Color Harmonies of #7AC791
Complementary color
Monochromatic Colors of #7AC791
Black with #7AC791
Text Example
Text Example
White with #7AC791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC791; }
p { color: rgb(122,199,145); }
H1.HeaderClassName
{
color: #7AC791;
}
.AnyTagClassName
{
color: #7AC791;
}
</style>
background-color css
<style>
a { background-color: #7AC791; }
a { background-color: rgb(122,199,145); }
div.DivClassName
{
background-color: #7AC791;
}
.BgClassName
{
background-color: #7AC791;
}
</style>
border-color css
<style>
span { border-color: #7AC791; }
span { border-color: rgb(122,199,145); }
td.TdClassName
{
border-color: #7AC791;
}
.TagClassName
{
border-color: #7AC791;
}
</style>