Shades of Shamrock Green #078F52
Tints of Shamrock Green #078F52
RGB
CMYK
RGB Variations
Color information
#078F52 (or 0x078F52) is known color: Shamrock Green. HEX triplet: 07, 8F and 52. RGB value is (7,143,82). Sum of RGB (Red+Green+Blue) = 7+143+82=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 143 (56.25% from 255 or 61.64% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 143 - color contains mainly: green. Hex color #078F52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078F52 is #F870AD. Grayscale: #5F5F5F. Windows color (decimal): -16281774 or 5410567. OLE color: 5410567.
HSL color Cylindrical-coordinate representation of color #078F52: hue angle of 153.09º 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 #078F52 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 143 | 82 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.44 |
| HSL | 153.09º | 0.91% | 0.29% | - |
| HSV(B) | 153.09º | 0.95% | 0.56% | - |
| XYZ | 11.43 | 20.3 | 11.3 | - |
| YUV | 95.38 | 120.44 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 82 | 0.95 | 0 | 0.43 | 0.44 | 153.09 | 0.91 | 0.29 |
| Hex | 7 | 8F | 52 | 5F | 0 | 2B | 2C | 99 | 5B | 1D |
| Octal | 7 | 217 | 122 | 137 | 0 | 53 | 54 | 231 | 133 | 35 |
| Binary | 111 | 10001111 | 1010010 | 1011111 | 0 | 101011 | 101100 | 10011001 | 1011011 | 11101 |
Color Harmonies of #078F52
Complementary color
Monochromatic Colors of #078F52
Black with #078F52
Text Example
Text Example
White with #078F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F52; }
p { color: rgb(7,143,82); }
H1.HeaderClassName
{
color: #078F52;
}
.AnyTagClassName
{
color: #078F52;
}
</style>
background-color css
<style>
a { background-color: #078F52; }
a { background-color: rgb(7,143,82); }
div.DivClassName
{
background-color: #078F52;
}
.BgClassName
{
background-color: #078F52;
}
</style>
border-color css
<style>
span { border-color: #078F52; }
span { border-color: rgb(7,143,82); }
td.TdClassName
{
border-color: #078F52;
}
.TagClassName
{
border-color: #078F52;
}
</style>