Shades of Shamrock Green #078B5A
Tints of Shamrock Green #078B5A
RGB
CMYK
RGB Variations
Color information
#078B5A (or 0x078B5A) is known color: Shamrock Green. HEX triplet: 07, 8B and 5A. RGB value is (7,139,90). Sum of RGB (Red+Green+Blue) = 7+139+90=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 139 (54.69% from 255 or 58.90% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 139 - color contains mainly: green. Hex color #078B5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B5A is #F874A5. Grayscale: #5E5E5E. Windows color (decimal): -16282790 or 5933831. OLE color: 5933831.
HSL color Cylindrical-coordinate representation of color #078B5A: hue angle of 157.73º 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 #078B5A is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 139 | 90 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.45 |
| HSL | 157.73º | 0.9% | 0.29% | - |
| HSV(B) | 157.73º | 0.95% | 0.55% | - |
| XYZ | 11.17 | 19.25 | 12.8 | - |
| YUV | 93.95 | 125.77 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 90 | 0.95 | 0 | 0.35 | 0.45 | 157.73 | 0.9 | 0.29 |
| Hex | 7 | 8B | 5A | 5F | 0 | 23 | 2D | 9E | 5A | 1D |
| Octal | 7 | 213 | 132 | 137 | 0 | 43 | 55 | 236 | 132 | 35 |
| Binary | 111 | 10001011 | 1011010 | 1011111 | 0 | 100011 | 101101 | 10011110 | 1011010 | 11101 |
Color Harmonies of #078B5A
Complementary color
Monochromatic Colors of #078B5A
Black with #078B5A
Text Example
Text Example
White with #078B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078B5A; }
p { color: rgb(7,139,90); }
H1.HeaderClassName
{
color: #078B5A;
}
.AnyTagClassName
{
color: #078B5A;
}
</style>
background-color css
<style>
a { background-color: #078B5A; }
a { background-color: rgb(7,139,90); }
div.DivClassName
{
background-color: #078B5A;
}
.BgClassName
{
background-color: #078B5A;
}
</style>
border-color css
<style>
span { border-color: #078B5A; }
span { border-color: rgb(7,139,90); }
td.TdClassName
{
border-color: #078B5A;
}
.TagClassName
{
border-color: #078B5A;
}
</style>