Shades of Bay Leaf #7AB582
Tints of Bay Leaf #7AB582
RGB
CMYK
RGB Variations
Color information
#7AB582 (or 0x7AB582) is known color: Bay Leaf. HEX triplet: 7A, B5 and 82. RGB value is (122,181,130). Sum of RGB (Red+Green+Blue) = 122+181+130=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB582 is #854A7D. Grayscale: #9D9D9D. Windows color (decimal): -8735358 or 8566138. OLE color: 8566138.
HSL color Cylindrical-coordinate representation of color #7AB582: hue angle of 128.14º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB582 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 130 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.29 |
| HSL | 128.14º | 0.29% | 0.59% | - |
| HSV(B) | 128.14º | 0.33% | 0.71% | - |
| XYZ | 28.58 | 38.8 | 27.1 | - |
| YUV | 157.55 | 112.45 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 130 | 0.33 | 0 | 0.28 | 0.29 | 128.14 | 0.29 | 0.59 |
| Hex | 7A | B5 | 82 | 21 | 0 | 1C | 1D | 80 | 1D | 3B |
| Octal | 172 | 265 | 202 | 41 | 0 | 34 | 35 | 200 | 35 | 73 |
| Binary | 1111010 | 10110101 | 10000010 | 100001 | 0 | 11100 | 11101 | 10000000 | 11101 | 111011 |
Color Harmonies of #7AB582
Complementary color
Monochromatic Colors of #7AB582
Black with #7AB582
Text Example
Text Example
White with #7AB582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB582; }
p { color: rgb(122,181,130); }
H1.HeaderClassName
{
color: #7AB582;
}
.AnyTagClassName
{
color: #7AB582;
}
</style>
background-color css
<style>
a { background-color: #7AB582; }
a { background-color: rgb(122,181,130); }
div.DivClassName
{
background-color: #7AB582;
}
.BgClassName
{
background-color: #7AB582;
}
</style>
border-color css
<style>
span { border-color: #7AB582; }
span { border-color: rgb(122,181,130); }
td.TdClassName
{
border-color: #7AB582;
}
.TagClassName
{
border-color: #7AB582;
}
</style>