Shades of Bay Leaf #7AC28E
Tints of Bay Leaf #7AC28E
RGB
CMYK
RGB Variations
Color information
#7AC28E (or 0x7AC28E) is known color: Bay Leaf. HEX triplet: 7A, C2 and 8E. RGB value is (122,194,142). Sum of RGB (Red+Green+Blue) = 122+194+142=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC28E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC28E is #853D71. Grayscale: #A6A6A6. Windows color (decimal): -8732018 or 9355898. OLE color: 9355898.
HSL color Cylindrical-coordinate representation of color #7AC28E: hue angle of 136.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC28E is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 142 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.24 |
| HSL | 136.67º | 0.37% | 0.62% | - |
| HSV(B) | 136.67º | 0.37% | 0.76% | - |
| XYZ | 32.2 | 44.67 | 32.52 | - |
| YUV | 166.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 142 | 0.37 | 0 | 0.27 | 0.24 | 136.67 | 0.37 | 0.62 |
| Hex | 7A | C2 | 8E | 25 | 0 | 1B | 18 | 89 | 25 | 3E |
| Octal | 172 | 302 | 216 | 45 | 0 | 33 | 30 | 211 | 45 | 76 |
| Binary | 1111010 | 11000010 | 10001110 | 100101 | 0 | 11011 | 11000 | 10001001 | 100101 | 111110 |
Color Harmonies of #7AC28E
Complementary color
Monochromatic Colors of #7AC28E
Black with #7AC28E
Text Example
Text Example
White with #7AC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC28E; }
p { color: rgb(122,194,142); }
H1.HeaderClassName
{
color: #7AC28E;
}
.AnyTagClassName
{
color: #7AC28E;
}
</style>
background-color css
<style>
a { background-color: #7AC28E; }
a { background-color: rgb(122,194,142); }
div.DivClassName
{
background-color: #7AC28E;
}
.BgClassName
{
background-color: #7AC28E;
}
</style>
border-color css
<style>
span { border-color: #7AC28E; }
span { border-color: rgb(122,194,142); }
td.TdClassName
{
border-color: #7AC28E;
}
.TagClassName
{
border-color: #7AC28E;
}
</style>