Shades of Bay Leaf #7AC08E
Tints of Bay Leaf #7AC08E
RGB
CMYK
RGB Variations
Color information
#7AC08E (or 0x7AC08E) is known color: Bay Leaf. HEX triplet: 7A, C0 and 8E. RGB value is (122,192,142). Sum of RGB (Red+Green+Blue) = 122+192+142=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC08E is #853F71. Grayscale: #A5A5A5. Windows color (decimal): -8732530 or 9355386. OLE color: 9355386.
HSL color Cylindrical-coordinate representation of color #7AC08E: hue angle of 137.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AC08E is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 142 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.25 |
| HSL | 137.14º | 0.36% | 0.62% | - |
| HSV(B) | 137.14º | 0.36% | 0.75% | - |
| XYZ | 31.76 | 43.79 | 32.37 | - |
| YUV | 165.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 142 | 0.36 | 0 | 0.26 | 0.25 | 137.14 | 0.36 | 0.62 |
| Hex | 7A | C0 | 8E | 24 | 0 | 1A | 19 | 89 | 24 | 3E |
| Octal | 172 | 300 | 216 | 44 | 0 | 32 | 31 | 211 | 44 | 76 |
| Binary | 1111010 | 11000000 | 10001110 | 100100 | 0 | 11010 | 11001 | 10001001 | 100100 | 111110 |
Color Harmonies of #7AC08E
Complementary color
Monochromatic Colors of #7AC08E
Black with #7AC08E
Text Example
Text Example
White with #7AC08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC08E; }
p { color: rgb(122,192,142); }
H1.HeaderClassName
{
color: #7AC08E;
}
.AnyTagClassName
{
color: #7AC08E;
}
</style>
background-color css
<style>
a { background-color: #7AC08E; }
a { background-color: rgb(122,192,142); }
div.DivClassName
{
background-color: #7AC08E;
}
.BgClassName
{
background-color: #7AC08E;
}
</style>
border-color css
<style>
span { border-color: #7AC08E; }
span { border-color: rgb(122,192,142); }
td.TdClassName
{
border-color: #7AC08E;
}
.TagClassName
{
border-color: #7AC08E;
}
</style>