Shades of Bay Leaf #7AC28B
Tints of Bay Leaf #7AC28B
RGB
CMYK
RGB Variations
Color information
#7AC28B (or 0x7AC28B) is known color: Bay Leaf. HEX triplet: 7A, C2 and 8B. RGB value is (122,194,139). Sum of RGB (Red+Green+Blue) = 122+194+139=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC28B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC28B is #853D74. Grayscale: #A6A6A6. Windows color (decimal): -8732021 or 9159290. OLE color: 9159290.
HSL color Cylindrical-coordinate representation of color #7AC28B: hue angle of 134.17º 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 #7AC28B is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 139 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.24 |
| HSL | 134.17º | 0.37% | 0.62% | - |
| HSV(B) | 134.17º | 0.37% | 0.76% | - |
| XYZ | 31.98 | 44.59 | 31.35 | - |
| YUV | 166.2 | 112.65 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 139 | 0.37 | 0 | 0.28 | 0.24 | 134.17 | 0.37 | 0.62 |
| Hex | 7A | C2 | 8B | 25 | 0 | 1C | 18 | 86 | 25 | 3E |
| Octal | 172 | 302 | 213 | 45 | 0 | 34 | 30 | 206 | 45 | 76 |
| Binary | 1111010 | 11000010 | 10001011 | 100101 | 0 | 11100 | 11000 | 10000110 | 100101 | 111110 |
Color Harmonies of #7AC28B
Complementary color
Monochromatic Colors of #7AC28B
Black with #7AC28B
Text Example
Text Example
White with #7AC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC28B; }
p { color: rgb(122,194,139); }
H1.HeaderClassName
{
color: #7AC28B;
}
.AnyTagClassName
{
color: #7AC28B;
}
</style>
background-color css
<style>
a { background-color: #7AC28B; }
a { background-color: rgb(122,194,139); }
div.DivClassName
{
background-color: #7AC28B;
}
.BgClassName
{
background-color: #7AC28B;
}
</style>
border-color css
<style>
span { border-color: #7AC28B; }
span { border-color: rgb(122,194,139); }
td.TdClassName
{
border-color: #7AC28B;
}
.TagClassName
{
border-color: #7AC28B;
}
</style>