Shades of Bay Leaf #7ABE91
Tints of Bay Leaf #7ABE91
RGB
CMYK
RGB Variations
Color information
#7ABE91 (or 0x7ABE91) is known color: Bay Leaf. HEX triplet: 7A, BE and 91. RGB value is (122,190,145). Sum of RGB (Red+Green+Blue) = 122+190+145=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABE91 is #85416E. Grayscale: #A4A4A4. Windows color (decimal): -8733039 or 9551482. OLE color: 9551482.
HSL color Cylindrical-coordinate representation of color #7ABE91: hue angle of 140.29º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABE91 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 145 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.25 |
| HSL | 140.29º | 0.34% | 0.61% | - |
| HSV(B) | 140.29º | 0.36% | 0.75% | - |
| XYZ | 31.55 | 43.01 | 33.43 | - |
| YUV | 164.54 | 116.97 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 145 | 0.36 | 0 | 0.24 | 0.25 | 140.29 | 0.34 | 0.61 |
| Hex | 7A | BE | 91 | 24 | 0 | 18 | 19 | 8C | 22 | 3D |
| Octal | 172 | 276 | 221 | 44 | 0 | 30 | 31 | 214 | 42 | 75 |
| Binary | 1111010 | 10111110 | 10010001 | 100100 | 0 | 11000 | 11001 | 10001100 | 100010 | 111101 |
Color Harmonies of #7ABE91
Complementary color
Monochromatic Colors of #7ABE91
Black with #7ABE91
Text Example
Text Example
White with #7ABE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE91; }
p { color: rgb(122,190,145); }
H1.HeaderClassName
{
color: #7ABE91;
}
.AnyTagClassName
{
color: #7ABE91;
}
</style>
background-color css
<style>
a { background-color: #7ABE91; }
a { background-color: rgb(122,190,145); }
div.DivClassName
{
background-color: #7ABE91;
}
.BgClassName
{
background-color: #7ABE91;
}
</style>
border-color css
<style>
span { border-color: #7ABE91; }
span { border-color: rgb(122,190,145); }
td.TdClassName
{
border-color: #7ABE91;
}
.TagClassName
{
border-color: #7ABE91;
}
</style>