Shades of Shamrock Green #079966
Tints of Shamrock Green #079966
RGB
CMYK
RGB Variations
Color information
#079966 (or 0x079966) is known color: Shamrock Green. HEX triplet: 07, 99 and 66. RGB value is (7,153,102). Sum of RGB (Red+Green+Blue) = 7+153+102=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #079966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079966 is #F86699. Grayscale: #676767. Windows color (decimal): -16279194 or 6723847. OLE color: 6723847.
HSL color Cylindrical-coordinate representation of color #079966: hue angle of 159.04º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079966 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 153 | 102 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.4 |
| HSL | 159.04º | 0.91% | 0.31% | - |
| HSV(B) | 159.04º | 0.95% | 0.6% | - |
| XYZ | 13.88 | 23.79 | 16.43 | - |
| YUV | 103.53 | 127.13 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 102 | 0.95 | 0 | 0.33 | 0.4 | 159.04 | 0.91 | 0.31 |
| Hex | 7 | 99 | 66 | 5F | 0 | 21 | 28 | 9F | 5B | 1F |
| Octal | 7 | 231 | 146 | 137 | 0 | 41 | 50 | 237 | 133 | 37 |
| Binary | 111 | 10011001 | 1100110 | 1011111 | 0 | 100001 | 101000 | 10011111 | 1011011 | 11111 |
Color Harmonies of #079966
Complementary color
Monochromatic Colors of #079966
Black with #079966
Text Example
Text Example
White with #079966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079966; }
p { color: rgb(7,153,102); }
H1.HeaderClassName
{
color: #079966;
}
.AnyTagClassName
{
color: #079966;
}
</style>
background-color css
<style>
a { background-color: #079966; }
a { background-color: rgb(7,153,102); }
div.DivClassName
{
background-color: #079966;
}
.BgClassName
{
background-color: #079966;
}
</style>
border-color css
<style>
span { border-color: #079966; }
span { border-color: rgb(7,153,102); }
td.TdClassName
{
border-color: #079966;
}
.TagClassName
{
border-color: #079966;
}
</style>