Shades of Bay Leaf #7ABE8C
Tints of Bay Leaf #7ABE8C
RGB
CMYK
RGB Variations
Color information
#7ABE8C (or 0x7ABE8C) is known color: Bay Leaf. HEX triplet: 7A, BE and 8C. RGB value is (122,190,140). Sum of RGB (Red+Green+Blue) = 122+190+140=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABE8C is #854173. Grayscale: #A4A4A4. Windows color (decimal): -8733044 or 9223802. OLE color: 9223802.
HSL color Cylindrical-coordinate representation of color #7ABE8C: hue angle of 135.88º 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 #7ABE8C is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 140 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.25 |
| HSL | 135.88º | 0.34% | 0.61% | - |
| HSV(B) | 135.88º | 0.36% | 0.75% | - |
| XYZ | 31.17 | 42.86 | 31.44 | - |
| YUV | 163.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 140 | 0.36 | 0 | 0.26 | 0.25 | 135.88 | 0.34 | 0.61 |
| Hex | 7A | BE | 8C | 24 | 0 | 1A | 19 | 88 | 22 | 3D |
| Octal | 172 | 276 | 214 | 44 | 0 | 32 | 31 | 210 | 42 | 75 |
| Binary | 1111010 | 10111110 | 10001100 | 100100 | 0 | 11010 | 11001 | 10001000 | 100010 | 111101 |
Color Harmonies of #7ABE8C
Complementary color
Monochromatic Colors of #7ABE8C
Black with #7ABE8C
Text Example
Text Example
White with #7ABE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE8C; }
p { color: rgb(122,190,140); }
H1.HeaderClassName
{
color: #7ABE8C;
}
.AnyTagClassName
{
color: #7ABE8C;
}
</style>
background-color css
<style>
a { background-color: #7ABE8C; }
a { background-color: rgb(122,190,140); }
div.DivClassName
{
background-color: #7ABE8C;
}
.BgClassName
{
background-color: #7ABE8C;
}
</style>
border-color css
<style>
span { border-color: #7ABE8C; }
span { border-color: rgb(122,190,140); }
td.TdClassName
{
border-color: #7ABE8C;
}
.TagClassName
{
border-color: #7ABE8C;
}
</style>