Shades of Bay Leaf #7ABC8C
Tints of Bay Leaf #7ABC8C
RGB
CMYK
RGB Variations
Color information
#7ABC8C (or 0x7ABC8C) is known color: Bay Leaf. HEX triplet: 7A, BC and 8C. RGB value is (122,188,140). Sum of RGB (Red+Green+Blue) = 122+188+140=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC8C is #854373. Grayscale: #A2A2A2. Windows color (decimal): -8733556 or 9223290. OLE color: 9223290.
HSL color Cylindrical-coordinate representation of color #7ABC8C: hue angle of 136.36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABC8C is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 140 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.26 |
| HSL | 136.36º | 0.33% | 0.61% | - |
| HSV(B) | 136.36º | 0.35% | 0.74% | - |
| XYZ | 30.74 | 42 | 31.3 | - |
| YUV | 162.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 140 | 0.35 | 0 | 0.26 | 0.26 | 136.36 | 0.33 | 0.61 |
| Hex | 7A | BC | 8C | 23 | 0 | 1A | 1A | 88 | 21 | 3D |
| Octal | 172 | 274 | 214 | 43 | 0 | 32 | 32 | 210 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10001100 | 100011 | 0 | 11010 | 11010 | 10001000 | 100001 | 111101 |
Color Harmonies of #7ABC8C
Complementary color
Monochromatic Colors of #7ABC8C
Black with #7ABC8C
Text Example
Text Example
White with #7ABC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC8C; }
p { color: rgb(122,188,140); }
H1.HeaderClassName
{
color: #7ABC8C;
}
.AnyTagClassName
{
color: #7ABC8C;
}
</style>
background-color css
<style>
a { background-color: #7ABC8C; }
a { background-color: rgb(122,188,140); }
div.DivClassName
{
background-color: #7ABC8C;
}
.BgClassName
{
background-color: #7ABC8C;
}
</style>
border-color css
<style>
span { border-color: #7ABC8C; }
span { border-color: rgb(122,188,140); }
td.TdClassName
{
border-color: #7ABC8C;
}
.TagClassName
{
border-color: #7ABC8C;
}
</style>