Shades of Bay Leaf #7AB386
Tints of Bay Leaf #7AB386
RGB
CMYK
RGB Variations
Color information
#7AB386 (or 0x7AB386) is known color: Bay Leaf. HEX triplet: 7A, B3 and 86. RGB value is (122,179,134). Sum of RGB (Red+Green+Blue) = 122+179+134=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB386 is #854C79. Grayscale: #9C9C9C. Windows color (decimal): -8735866 or 8827770. OLE color: 8827770.
HSL color Cylindrical-coordinate representation of color #7AB386: hue angle of 132.63º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB386 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 134 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.30 |
| HSL | 132.63º | 0.27% | 0.59% | - |
| HSV(B) | 132.63º | 0.32% | 0.7% | - |
| XYZ | 28.45 | 38.1 | 28.41 | - |
| YUV | 156.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 134 | 0.32 | 0 | 0.25 | 0.30 | 132.63 | 0.27 | 0.59 |
| Hex | 7A | B3 | 86 | 20 | 0 | 19 | 1E | 85 | 1B | 3B |
| Octal | 172 | 263 | 206 | 40 | 0 | 31 | 36 | 205 | 33 | 73 |
| Binary | 1111010 | 10110011 | 10000110 | 100000 | 0 | 11001 | 11110 | 10000101 | 11011 | 111011 |
Color Harmonies of #7AB386
Complementary color
Monochromatic Colors of #7AB386
Black with #7AB386
Text Example
Text Example
White with #7AB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB386; }
p { color: rgb(122,179,134); }
H1.HeaderClassName
{
color: #7AB386;
}
.AnyTagClassName
{
color: #7AB386;
}
</style>
background-color css
<style>
a { background-color: #7AB386; }
a { background-color: rgb(122,179,134); }
div.DivClassName
{
background-color: #7AB386;
}
.BgClassName
{
background-color: #7AB386;
}
</style>
border-color css
<style>
span { border-color: #7AB386; }
span { border-color: rgb(122,179,134); }
td.TdClassName
{
border-color: #7AB386;
}
.TagClassName
{
border-color: #7AB386;
}
</style>