Shades of Bay Leaf #7AC38A
Tints of Bay Leaf #7AC38A
RGB
CMYK
RGB Variations
Color information
#7AC38A (or 0x7AC38A) is known color: Bay Leaf. HEX triplet: 7A, C3 and 8A. RGB value is (122,195,138). Sum of RGB (Red+Green+Blue) = 122+195+138=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC38A is #853C75. Grayscale: #A6A6A6. Windows color (decimal): -8731766 or 9094010. OLE color: 9094010.
HSL color Cylindrical-coordinate representation of color #7AC38A: hue angle of 133.15º degrees, saturation: 0.38, 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 #7AC38A is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 195 | 138 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.24 |
| HSL | 133.15º | 0.38% | 0.62% | - |
| HSV(B) | 133.15º | 0.37% | 0.76% | - |
| XYZ | 32.13 | 45 | 31.04 | - |
| YUV | 166.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 195 | 138 | 0.37 | 0 | 0.29 | 0.24 | 133.15 | 0.38 | 0.62 |
| Hex | 7A | C3 | 8A | 25 | 0 | 1D | 18 | 85 | 26 | 3E |
| Octal | 172 | 303 | 212 | 45 | 0 | 35 | 30 | 205 | 46 | 76 |
| Binary | 1111010 | 11000011 | 10001010 | 100101 | 0 | 11101 | 11000 | 10000101 | 100110 | 111110 |
Color Harmonies of #7AC38A
Complementary color
Monochromatic Colors of #7AC38A
Black with #7AC38A
Text Example
Text Example
White with #7AC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC38A; }
p { color: rgb(122,195,138); }
H1.HeaderClassName
{
color: #7AC38A;
}
.AnyTagClassName
{
color: #7AC38A;
}
</style>
background-color css
<style>
a { background-color: #7AC38A; }
a { background-color: rgb(122,195,138); }
div.DivClassName
{
background-color: #7AC38A;
}
.BgClassName
{
background-color: #7AC38A;
}
</style>
border-color css
<style>
span { border-color: #7AC38A; }
span { border-color: rgb(122,195,138); }
td.TdClassName
{
border-color: #7AC38A;
}
.TagClassName
{
border-color: #7AC38A;
}
</style>