Shades of Bay Leaf #7AB28F
Tints of Bay Leaf #7AB28F
RGB
CMYK
RGB Variations
Color information
#7AB28F (or 0x7AB28F) is known color: Bay Leaf. HEX triplet: 7A, B2 and 8F. RGB value is (122,178,143). Sum of RGB (Red+Green+Blue) = 122+178+143=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB28F is #854D70. Grayscale: #9D9D9D. Windows color (decimal): -8736113 or 9417338. OLE color: 9417338.
HSL color Cylindrical-coordinate representation of color #7AB28F: hue angle of 142.5º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB28F is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 143 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.30 |
| HSL | 142.5º | 0.27% | 0.59% | - |
| HSV(B) | 142.5º | 0.31% | 0.7% | - |
| XYZ | 28.9 | 37.96 | 31.79 | - |
| YUV | 157.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 143 | 0.31 | 0 | 0.20 | 0.30 | 142.5 | 0.27 | 0.59 |
| Hex | 7A | B2 | 8F | 1F | 0 | 14 | 1E | 8E | 1B | 3B |
| Octal | 172 | 262 | 217 | 37 | 0 | 24 | 36 | 216 | 33 | 73 |
| Binary | 1111010 | 10110010 | 10001111 | 11111 | 0 | 10100 | 11110 | 10001110 | 11011 | 111011 |
Color Harmonies of #7AB28F
Complementary color
Monochromatic Colors of #7AB28F
Black with #7AB28F
Text Example
Text Example
White with #7AB28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB28F; }
p { color: rgb(122,178,143); }
H1.HeaderClassName
{
color: #7AB28F;
}
.AnyTagClassName
{
color: #7AB28F;
}
</style>
background-color css
<style>
a { background-color: #7AB28F; }
a { background-color: rgb(122,178,143); }
div.DivClassName
{
background-color: #7AB28F;
}
.BgClassName
{
background-color: #7AB28F;
}
</style>
border-color css
<style>
span { border-color: #7AB28F; }
span { border-color: rgb(122,178,143); }
td.TdClassName
{
border-color: #7AB28F;
}
.TagClassName
{
border-color: #7AB28F;
}
</style>