Shades of Bay Leaf #7AC191
Tints of Bay Leaf #7AC191
RGB
CMYK
RGB Variations
Color information
#7AC191 (or 0x7AC191) is known color: Bay Leaf. HEX triplet: 7A, C1 and 91. RGB value is (122,193,145). Sum of RGB (Red+Green+Blue) = 122+193+145=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC191 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC191 is #853E6E. Grayscale: #A6A6A6. Windows color (decimal): -8732271 or 9552250. OLE color: 9552250.
HSL color Cylindrical-coordinate representation of color #7AC191: hue angle of 139.44º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC191 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 193 | 145 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.24 |
| HSL | 139.44º | 0.36% | 0.62% | - |
| HSV(B) | 139.44º | 0.37% | 0.76% | - |
| XYZ | 32.21 | 44.32 | 33.65 | - |
| YUV | 166.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 193 | 145 | 0.37 | 0 | 0.25 | 0.24 | 139.44 | 0.36 | 0.62 |
| Hex | 7A | C1 | 91 | 25 | 0 | 19 | 18 | 8B | 24 | 3E |
| Octal | 172 | 301 | 221 | 45 | 0 | 31 | 30 | 213 | 44 | 76 |
| Binary | 1111010 | 11000001 | 10010001 | 100101 | 0 | 11001 | 11000 | 10001011 | 100100 | 111110 |
Color Harmonies of #7AC191
Complementary color
Monochromatic Colors of #7AC191
Black with #7AC191
Text Example
Text Example
White with #7AC191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC191; }
p { color: rgb(122,193,145); }
H1.HeaderClassName
{
color: #7AC191;
}
.AnyTagClassName
{
color: #7AC191;
}
</style>
background-color css
<style>
a { background-color: #7AC191; }
a { background-color: rgb(122,193,145); }
div.DivClassName
{
background-color: #7AC191;
}
.BgClassName
{
background-color: #7AC191;
}
</style>
border-color css
<style>
span { border-color: #7AC191; }
span { border-color: rgb(122,193,145); }
td.TdClassName
{
border-color: #7AC191;
}
.TagClassName
{
border-color: #7AC191;
}
</style>