Shades of Bay Leaf #7AB48B
Tints of Bay Leaf #7AB48B
RGB
CMYK
RGB Variations
Color information
#7AB48B (or 0x7AB48B) is known color: Bay Leaf. HEX triplet: 7A, B4 and 8B. RGB value is (122,180,139). Sum of RGB (Red+Green+Blue) = 122+180+139=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB48B is #854B74. Grayscale: #9E9E9E. Windows color (decimal): -8735605 or 9155706. OLE color: 9155706.
HSL color Cylindrical-coordinate representation of color #7AB48B: hue angle of 137.59º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB48B is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 139 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.29 |
| HSL | 137.59º | 0.28% | 0.59% | - |
| HSV(B) | 137.59º | 0.32% | 0.71% | - |
| XYZ | 29.01 | 38.64 | 30.36 | - |
| YUV | 157.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 139 | 0.32 | 0 | 0.23 | 0.29 | 137.59 | 0.28 | 0.59 |
| Hex | 7A | B4 | 8B | 20 | 0 | 17 | 1D | 8A | 1C | 3B |
| Octal | 172 | 264 | 213 | 40 | 0 | 27 | 35 | 212 | 34 | 73 |
| Binary | 1111010 | 10110100 | 10001011 | 100000 | 0 | 10111 | 11101 | 10001010 | 11100 | 111011 |
Color Harmonies of #7AB48B
Complementary color
Monochromatic Colors of #7AB48B
Black with #7AB48B
Text Example
Text Example
White with #7AB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB48B; }
p { color: rgb(122,180,139); }
H1.HeaderClassName
{
color: #7AB48B;
}
.AnyTagClassName
{
color: #7AB48B;
}
</style>
background-color css
<style>
a { background-color: #7AB48B; }
a { background-color: rgb(122,180,139); }
div.DivClassName
{
background-color: #7AB48B;
}
.BgClassName
{
background-color: #7AB48B;
}
</style>
border-color css
<style>
span { border-color: #7AB48B; }
span { border-color: rgb(122,180,139); }
td.TdClassName
{
border-color: #7AB48B;
}
.TagClassName
{
border-color: #7AB48B;
}
</style>