Shades of Shamrock Green #078B58
Tints of Shamrock Green #078B58
RGB
CMYK
RGB Variations
Color information
#078B58 (or 0x078B58) is known color: Shamrock Green. HEX triplet: 07, 8B and 58. RGB value is (7,139,88). Sum of RGB (Red+Green+Blue) = 7+139+88=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 139 (54.69% from 255 or 59.40% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 139 - color contains mainly: green. Hex color #078B58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B58 is #F874A7. Grayscale: #5D5D5D. Windows color (decimal): -16282792 or 5802759. OLE color: 5802759.
HSL color Cylindrical-coordinate representation of color #078B58: hue angle of 156.82º degrees, saturation: 0.9, 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 #078B58 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 139 | 88 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.45 |
| HSL | 156.82º | 0.9% | 0.29% | - |
| HSV(B) | 156.82º | 0.95% | 0.55% | - |
| XYZ | 11.08 | 19.21 | 12.36 | - |
| YUV | 93.72 | 124.77 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 88 | 0.95 | 0 | 0.37 | 0.45 | 156.82 | 0.9 | 0.29 |
| Hex | 7 | 8B | 58 | 5F | 0 | 25 | 2D | 9D | 5A | 1D |
| Octal | 7 | 213 | 130 | 137 | 0 | 45 | 55 | 235 | 132 | 35 |
| Binary | 111 | 10001011 | 1011000 | 1011111 | 0 | 100101 | 101101 | 10011101 | 1011010 | 11101 |
Color Harmonies of #078B58
Complementary color
Monochromatic Colors of #078B58
Black with #078B58
Text Example
Text Example
White with #078B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078B58; }
p { color: rgb(7,139,88); }
H1.HeaderClassName
{
color: #078B58;
}
.AnyTagClassName
{
color: #078B58;
}
</style>
background-color css
<style>
a { background-color: #078B58; }
a { background-color: rgb(7,139,88); }
div.DivClassName
{
background-color: #078B58;
}
.BgClassName
{
background-color: #078B58;
}
</style>
border-color css
<style>
span { border-color: #078B58; }
span { border-color: rgb(7,139,88); }
td.TdClassName
{
border-color: #078B58;
}
.TagClassName
{
border-color: #078B58;
}
</style>