Shades of Shamrock Green #079965
Tints of Shamrock Green #079965
RGB
CMYK
RGB Variations
Color information
#079965 (or 0x079965) is known color: Shamrock Green. HEX triplet: 07, 99 and 65. RGB value is (7,153,101). Sum of RGB (Red+Green+Blue) = 7+153+101=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #079965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079965 is #F8669A. Grayscale: #676767. Windows color (decimal): -16279195 or 6658311. OLE color: 6658311.
HSL color Cylindrical-coordinate representation of color #079965: hue angle of 158.63º 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 #079965 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 153 | 101 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.4 |
| HSL | 158.63º | 0.91% | 0.31% | - |
| HSV(B) | 158.63º | 0.95% | 0.6% | - |
| XYZ | 13.83 | 23.77 | 16.17 | - |
| YUV | 103.42 | 126.63 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 101 | 0.95 | 0 | 0.34 | 0.4 | 158.63 | 0.91 | 0.31 |
| Hex | 7 | 99 | 65 | 5F | 0 | 22 | 28 | 9F | 5B | 1F |
| Octal | 7 | 231 | 145 | 137 | 0 | 42 | 50 | 237 | 133 | 37 |
| Binary | 111 | 10011001 | 1100101 | 1011111 | 0 | 100010 | 101000 | 10011111 | 1011011 | 11111 |
Color Harmonies of #079965
Complementary color
Monochromatic Colors of #079965
Black with #079965
Text Example
Text Example
White with #079965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079965; }
p { color: rgb(7,153,101); }
H1.HeaderClassName
{
color: #079965;
}
.AnyTagClassName
{
color: #079965;
}
</style>
background-color css
<style>
a { background-color: #079965; }
a { background-color: rgb(7,153,101); }
div.DivClassName
{
background-color: #079965;
}
.BgClassName
{
background-color: #079965;
}
</style>
border-color css
<style>
span { border-color: #079965; }
span { border-color: rgb(7,153,101); }
td.TdClassName
{
border-color: #079965;
}
.TagClassName
{
border-color: #079965;
}
</style>