Shades of Bay Leaf #7AC088
Tints of Bay Leaf #7AC088
RGB
CMYK
RGB Variations
Color information
#7AC088 (or 0x7AC088) is known color: Bay Leaf. HEX triplet: 7A, C0 and 88. RGB value is (122,192,136). Sum of RGB (Red+Green+Blue) = 122+192+136=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC088 is #853F77. Grayscale: #A4A4A4. Windows color (decimal): -8732536 or 8962170. OLE color: 8962170.
HSL color Cylindrical-coordinate representation of color #7AC088: hue angle of 132º 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 #7AC088 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 136 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.25 |
| HSL | 132º | 0.36% | 0.62% | - |
| HSV(B) | 132º | 0.36% | 0.75% | - |
| XYZ | 31.32 | 43.61 | 30.06 | - |
| YUV | 164.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 136 | 0.36 | 0 | 0.29 | 0.25 | 132 | 0.36 | 0.62 |
| Hex | 7A | C0 | 88 | 24 | 0 | 1D | 19 | 84 | 24 | 3E |
| Octal | 172 | 300 | 210 | 44 | 0 | 35 | 31 | 204 | 44 | 76 |
| Binary | 1111010 | 11000000 | 10001000 | 100100 | 0 | 11101 | 11001 | 10000100 | 100100 | 111110 |
Color Harmonies of #7AC088
Complementary color
Monochromatic Colors of #7AC088
Black with #7AC088
Text Example
Text Example
White with #7AC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC088; }
p { color: rgb(122,192,136); }
H1.HeaderClassName
{
color: #7AC088;
}
.AnyTagClassName
{
color: #7AC088;
}
</style>
background-color css
<style>
a { background-color: #7AC088; }
a { background-color: rgb(122,192,136); }
div.DivClassName
{
background-color: #7AC088;
}
.BgClassName
{
background-color: #7AC088;
}
</style>
border-color css
<style>
span { border-color: #7AC088; }
span { border-color: rgb(122,192,136); }
td.TdClassName
{
border-color: #7AC088;
}
.TagClassName
{
border-color: #7AC088;
}
</style>