Shades of Bay Leaf #7ABD8C
Tints of Bay Leaf #7ABD8C
RGB
CMYK
RGB Variations
Color information
#7ABD8C (or 0x7ABD8C) is known color: Bay Leaf. HEX triplet: 7A, BD and 8C. RGB value is (122,189,140). Sum of RGB (Red+Green+Blue) = 122+189+140=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABD8C is #854273. Grayscale: #A3A3A3. Windows color (decimal): -8733300 or 9223546. OLE color: 9223546.
HSL color Cylindrical-coordinate representation of color #7ABD8C: hue angle of 136.12º degrees, saturation: 0.34, 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 #7ABD8C is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 140 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.26 |
| HSL | 136.12º | 0.34% | 0.61% | - |
| HSV(B) | 136.12º | 0.35% | 0.74% | - |
| XYZ | 30.96 | 42.43 | 31.37 | - |
| YUV | 163.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 140 | 0.35 | 0 | 0.26 | 0.26 | 136.12 | 0.34 | 0.61 |
| Hex | 7A | BD | 8C | 23 | 0 | 1A | 1A | 88 | 22 | 3D |
| Octal | 172 | 275 | 214 | 43 | 0 | 32 | 32 | 210 | 42 | 75 |
| Binary | 1111010 | 10111101 | 10001100 | 100011 | 0 | 11010 | 11010 | 10001000 | 100010 | 111101 |
Color Harmonies of #7ABD8C
Complementary color
Monochromatic Colors of #7ABD8C
Black with #7ABD8C
Text Example
Text Example
White with #7ABD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABD8C; }
p { color: rgb(122,189,140); }
H1.HeaderClassName
{
color: #7ABD8C;
}
.AnyTagClassName
{
color: #7ABD8C;
}
</style>
background-color css
<style>
a { background-color: #7ABD8C; }
a { background-color: rgb(122,189,140); }
div.DivClassName
{
background-color: #7ABD8C;
}
.BgClassName
{
background-color: #7ABD8C;
}
</style>
border-color css
<style>
span { border-color: #7ABD8C; }
span { border-color: rgb(122,189,140); }
td.TdClassName
{
border-color: #7ABD8C;
}
.TagClassName
{
border-color: #7ABD8C;
}
</style>