Shades of Shamrock Green #078858
Tints of Shamrock Green #078858
RGB
CMYK
RGB Variations
Color information
#078858 (or 0x078858) is known color: Shamrock Green. HEX triplet: 07, 88 and 58. RGB value is (7,136,88). Sum of RGB (Red+Green+Blue) = 7+136+88=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #078858 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078858 is #F877A7. Grayscale: #5C5C5C. Windows color (decimal): -16283560 or 5801991. OLE color: 5801991.
HSL color Cylindrical-coordinate representation of color #078858: hue angle of 157.67º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078858 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 88 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.47 |
| HSL | 157.67º | 0.9% | 0.28% | - |
| HSV(B) | 157.67º | 0.95% | 0.53% | - |
| XYZ | 10.65 | 18.36 | 12.21 | - |
| YUV | 91.96 | 125.76 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 88 | 0.95 | 0 | 0.35 | 0.47 | 157.67 | 0.9 | 0.28 |
| Hex | 7 | 88 | 58 | 5F | 0 | 23 | 2F | 9E | 5A | 1C |
| Octal | 7 | 210 | 130 | 137 | 0 | 43 | 57 | 236 | 132 | 34 |
| Binary | 111 | 10001000 | 1011000 | 1011111 | 0 | 100011 | 101111 | 10011110 | 1011010 | 11100 |
Color Harmonies of #078858
Complementary color
Monochromatic Colors of #078858
Black with #078858
Text Example
Text Example
White with #078858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078858; }
p { color: rgb(7,136,88); }
H1.HeaderClassName
{
color: #078858;
}
.AnyTagClassName
{
color: #078858;
}
</style>
background-color css
<style>
a { background-color: #078858; }
a { background-color: rgb(7,136,88); }
div.DivClassName
{
background-color: #078858;
}
.BgClassName
{
background-color: #078858;
}
</style>
border-color css
<style>
span { border-color: #078858; }
span { border-color: rgb(7,136,88); }
td.TdClassName
{
border-color: #078858;
}
.TagClassName
{
border-color: #078858;
}
</style>