Shades of Bay Leaf #7AC28A
Tints of Bay Leaf #7AC28A
RGB
CMYK
RGB Variations
Color information
#7AC28A (or 0x7AC28A) is known color: Bay Leaf. HEX triplet: 7A, C2 and 8A. RGB value is (122,194,138). Sum of RGB (Red+Green+Blue) = 122+194+138=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC28A is #853D75. Grayscale: #A6A6A6. Windows color (decimal): -8732022 or 9093754. OLE color: 9093754.
HSL color Cylindrical-coordinate representation of color #7AC28A: hue angle of 133.33º 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 #7AC28A is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 138 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.24 |
| HSL | 133.33º | 0.37% | 0.62% | - |
| HSV(B) | 133.33º | 0.37% | 0.76% | - |
| XYZ | 31.91 | 44.56 | 30.96 | - |
| YUV | 166.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 138 | 0.37 | 0 | 0.29 | 0.24 | 133.33 | 0.37 | 0.62 |
| Hex | 7A | C2 | 8A | 25 | 0 | 1D | 18 | 85 | 25 | 3E |
| Octal | 172 | 302 | 212 | 45 | 0 | 35 | 30 | 205 | 45 | 76 |
| Binary | 1111010 | 11000010 | 10001010 | 100101 | 0 | 11101 | 11000 | 10000101 | 100101 | 111110 |
Color Harmonies of #7AC28A
Complementary color
Monochromatic Colors of #7AC28A
Black with #7AC28A
Text Example
Text Example
White with #7AC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC28A; }
p { color: rgb(122,194,138); }
H1.HeaderClassName
{
color: #7AC28A;
}
.AnyTagClassName
{
color: #7AC28A;
}
</style>
background-color css
<style>
a { background-color: #7AC28A; }
a { background-color: rgb(122,194,138); }
div.DivClassName
{
background-color: #7AC28A;
}
.BgClassName
{
background-color: #7AC28A;
}
</style>
border-color css
<style>
span { border-color: #7AC28A; }
span { border-color: rgb(122,194,138); }
td.TdClassName
{
border-color: #7AC28A;
}
.TagClassName
{
border-color: #7AC28A;
}
</style>