Shades of Bay Leaf #7ABC8F
Tints of Bay Leaf #7ABC8F
RGB
CMYK
RGB Variations
Color information
#7ABC8F (or 0x7ABC8F) is known color: Bay Leaf. HEX triplet: 7A, BC and 8F. RGB value is (122,188,143). Sum of RGB (Red+Green+Blue) = 122+188+143=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC8F is #854370. Grayscale: #A3A3A3. Windows color (decimal): -8733553 or 9419898. OLE color: 9419898.
HSL color Cylindrical-coordinate representation of color #7ABC8F: hue angle of 139.09º 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 #7ABC8F is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 143 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.26 |
| HSL | 139.09º | 0.33% | 0.61% | - |
| HSV(B) | 139.09º | 0.35% | 0.74% | - |
| XYZ | 30.97 | 42.09 | 32.48 | - |
| YUV | 163.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 143 | 0.35 | 0 | 0.24 | 0.26 | 139.09 | 0.33 | 0.61 |
| Hex | 7A | BC | 8F | 23 | 0 | 18 | 1A | 8B | 21 | 3D |
| Octal | 172 | 274 | 217 | 43 | 0 | 30 | 32 | 213 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10001111 | 100011 | 0 | 11000 | 11010 | 10001011 | 100001 | 111101 |
Color Harmonies of #7ABC8F
Complementary color
Monochromatic Colors of #7ABC8F
Black with #7ABC8F
Text Example
Text Example
White with #7ABC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC8F; }
p { color: rgb(122,188,143); }
H1.HeaderClassName
{
color: #7ABC8F;
}
.AnyTagClassName
{
color: #7ABC8F;
}
</style>
background-color css
<style>
a { background-color: #7ABC8F; }
a { background-color: rgb(122,188,143); }
div.DivClassName
{
background-color: #7ABC8F;
}
.BgClassName
{
background-color: #7ABC8F;
}
</style>
border-color css
<style>
span { border-color: #7ABC8F; }
span { border-color: rgb(122,188,143); }
td.TdClassName
{
border-color: #7ABC8F;
}
.TagClassName
{
border-color: #7ABC8F;
}
</style>