Shades of Bay Leaf #7AB585
Tints of Bay Leaf #7AB585
RGB
CMYK
RGB Variations
Color information
#7AB585 (or 0x7AB585) is known color: Bay Leaf. HEX triplet: 7A, B5 and 85. RGB value is (122,181,133). Sum of RGB (Red+Green+Blue) = 122+181+133=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB585 is #854A7A. Grayscale: #9E9E9E. Windows color (decimal): -8735355 or 8762746. OLE color: 8762746.
HSL color Cylindrical-coordinate representation of color #7AB585: hue angle of 131.19º 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 #7AB585 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 133 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.29 |
| HSL | 131.19º | 0.29% | 0.59% | - |
| HSV(B) | 131.19º | 0.33% | 0.71% | - |
| XYZ | 28.78 | 38.88 | 28.18 | - |
| YUV | 157.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 133 | 0.33 | 0 | 0.27 | 0.29 | 131.19 | 0.29 | 0.59 |
| Hex | 7A | B5 | 85 | 21 | 0 | 1B | 1D | 83 | 1D | 3B |
| Octal | 172 | 265 | 205 | 41 | 0 | 33 | 35 | 203 | 35 | 73 |
| Binary | 1111010 | 10110101 | 10000101 | 100001 | 0 | 11011 | 11101 | 10000011 | 11101 | 111011 |
Color Harmonies of #7AB585
Complementary color
Monochromatic Colors of #7AB585
Black with #7AB585
Text Example
Text Example
White with #7AB585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB585; }
p { color: rgb(122,181,133); }
H1.HeaderClassName
{
color: #7AB585;
}
.AnyTagClassName
{
color: #7AB585;
}
</style>
background-color css
<style>
a { background-color: #7AB585; }
a { background-color: rgb(122,181,133); }
div.DivClassName
{
background-color: #7AB585;
}
.BgClassName
{
background-color: #7AB585;
}
</style>
border-color css
<style>
span { border-color: #7AB585; }
span { border-color: rgb(122,181,133); }
td.TdClassName
{
border-color: #7AB585;
}
.TagClassName
{
border-color: #7AB585;
}
</style>