Shades of Bay Leaf #7AB385
Tints of Bay Leaf #7AB385
RGB
CMYK
RGB Variations
Color information
#7AB385 (or 0x7AB385) is known color: Bay Leaf. HEX triplet: 7A, B3 and 85. RGB value is (122,179,133). Sum of RGB (Red+Green+Blue) = 122+179+133=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB385 is #854C7A. Grayscale: #9C9C9C. Windows color (decimal): -8735867 or 8762234. OLE color: 8762234.
HSL color Cylindrical-coordinate representation of color #7AB385: hue angle of 131.58º 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 #7AB385 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 133 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.30 |
| HSL | 131.58º | 0.27% | 0.59% | - |
| HSV(B) | 131.58º | 0.32% | 0.7% | - |
| XYZ | 28.38 | 38.07 | 28.04 | - |
| YUV | 156.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 133 | 0.32 | 0 | 0.26 | 0.30 | 131.58 | 0.27 | 0.59 |
| Hex | 7A | B3 | 85 | 20 | 0 | 1A | 1E | 84 | 1B | 3B |
| Octal | 172 | 263 | 205 | 40 | 0 | 32 | 36 | 204 | 33 | 73 |
| Binary | 1111010 | 10110011 | 10000101 | 100000 | 0 | 11010 | 11110 | 10000100 | 11011 | 111011 |
Color Harmonies of #7AB385
Complementary color
Monochromatic Colors of #7AB385
Black with #7AB385
Text Example
Text Example
White with #7AB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB385; }
p { color: rgb(122,179,133); }
H1.HeaderClassName
{
color: #7AB385;
}
.AnyTagClassName
{
color: #7AB385;
}
</style>
background-color css
<style>
a { background-color: #7AB385; }
a { background-color: rgb(122,179,133); }
div.DivClassName
{
background-color: #7AB385;
}
.BgClassName
{
background-color: #7AB385;
}
</style>
border-color css
<style>
span { border-color: #7AB385; }
span { border-color: rgb(122,179,133); }
td.TdClassName
{
border-color: #7AB385;
}
.TagClassName
{
border-color: #7AB385;
}
</style>