Shades of Shamrock Green #078D52
Tints of Shamrock Green #078D52
RGB
CMYK
RGB Variations
Color information
#078D52 (or 0x078D52) is known color: Shamrock Green. HEX triplet: 07, 8D and 52. RGB value is (7,141,82). Sum of RGB (Red+Green+Blue) = 7+141+82=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 141 (55.47% from 255 or 61.30% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 141 - color contains mainly: green. Hex color #078D52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078D52 is #F872AD. Grayscale: #5E5E5E. Windows color (decimal): -16282286 or 5410055. OLE color: 5410055.
HSL color Cylindrical-coordinate representation of color #078D52: hue angle of 153.58º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078D52 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 141 | 82 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.45 |
| HSL | 153.58º | 0.91% | 0.29% | - |
| HSV(B) | 153.58º | 0.95% | 0.55% | - |
| XYZ | 11.14 | 19.7 | 11.2 | - |
| YUV | 94.21 | 121.11 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 82 | 0.95 | 0 | 0.42 | 0.45 | 153.58 | 0.91 | 0.29 |
| Hex | 7 | 8D | 52 | 5F | 0 | 2A | 2D | 9A | 5B | 1D |
| Octal | 7 | 215 | 122 | 137 | 0 | 52 | 55 | 232 | 133 | 35 |
| Binary | 111 | 10001101 | 1010010 | 1011111 | 0 | 101010 | 101101 | 10011010 | 1011011 | 11101 |
Color Harmonies of #078D52
Complementary color
Monochromatic Colors of #078D52
Black with #078D52
Text Example
Text Example
White with #078D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078D52; }
p { color: rgb(7,141,82); }
H1.HeaderClassName
{
color: #078D52;
}
.AnyTagClassName
{
color: #078D52;
}
</style>
background-color css
<style>
a { background-color: #078D52; }
a { background-color: rgb(7,141,82); }
div.DivClassName
{
background-color: #078D52;
}
.BgClassName
{
background-color: #078D52;
}
</style>
border-color css
<style>
span { border-color: #078D52; }
span { border-color: rgb(7,141,82); }
td.TdClassName
{
border-color: #078D52;
}
.TagClassName
{
border-color: #078D52;
}
</style>