Shades of Shamrock Green #078F55
Tints of Shamrock Green #078F55
RGB
CMYK
RGB Variations
Color information
#078F55 (or 0x078F55) is known color: Shamrock Green. HEX triplet: 07, 8F and 55. RGB value is (7,143,85). Sum of RGB (Red+Green+Blue) = 7+143+85=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 143 (56.25% from 255 or 60.85% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 143 - color contains mainly: green. Hex color #078F55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078F55 is #F870AA. Grayscale: #5F5F5F. Windows color (decimal): -16281771 or 5607175. OLE color: 5607175.
HSL color Cylindrical-coordinate representation of color #078F55: hue angle of 154.41º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078F55 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 143 | 85 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.44 |
| HSL | 154.41º | 0.91% | 0.29% | - |
| HSV(B) | 154.41º | 0.95% | 0.56% | - |
| XYZ | 11.55 | 20.35 | 11.91 | - |
| YUV | 95.72 | 121.94 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 85 | 0.95 | 0 | 0.41 | 0.44 | 154.41 | 0.91 | 0.29 |
| Hex | 7 | 8F | 55 | 5F | 0 | 29 | 2C | 9A | 5B | 1D |
| Octal | 7 | 217 | 125 | 137 | 0 | 51 | 54 | 232 | 133 | 35 |
| Binary | 111 | 10001111 | 1010101 | 1011111 | 0 | 101001 | 101100 | 10011010 | 1011011 | 11101 |
Color Harmonies of #078F55
Complementary color
Monochromatic Colors of #078F55
Black with #078F55
Text Example
Text Example
White with #078F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F55; }
p { color: rgb(7,143,85); }
H1.HeaderClassName
{
color: #078F55;
}
.AnyTagClassName
{
color: #078F55;
}
</style>
background-color css
<style>
a { background-color: #078F55; }
a { background-color: rgb(7,143,85); }
div.DivClassName
{
background-color: #078F55;
}
.BgClassName
{
background-color: #078F55;
}
</style>
border-color css
<style>
span { border-color: #078F55; }
span { border-color: rgb(7,143,85); }
td.TdClassName
{
border-color: #078F55;
}
.TagClassName
{
border-color: #078F55;
}
</style>