Shades of Shamrock Green #119B68
Tints of Shamrock Green #119B68
RGB
CMYK
RGB Variations
Color information
#119B68 (or 0x119B68) is known color: Shamrock Green. HEX triplet: 11, 9B and 68. RGB value is (17,155,104). Sum of RGB (Red+Green+Blue) = 17+155+104=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 155 (60.94% from 255 or 56.16% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 155 - color contains mainly: green. Hex color #119B68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119B68 is #EE6497. Grayscale: #6B6B6B. Windows color (decimal): -15623320 or 6855441. OLE color: 6855441.
HSL color Cylindrical-coordinate representation of color #119B68: hue angle of 157.83º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119B68 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 104 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.39 |
| HSL | 157.83º | 0.8% | 0.34% | - |
| HSV(B) | 157.83º | 0.89% | 0.61% | - |
| XYZ | 14.45 | 24.56 | 17.08 | - |
| YUV | 107.92 | 125.78 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 104 | 0.89 | 0 | 0.33 | 0.39 | 157.83 | 0.8 | 0.34 |
| Hex | 11 | 9B | 68 | 59 | 0 | 21 | 27 | 9E | 50 | 22 |
| Octal | 21 | 233 | 150 | 131 | 0 | 41 | 47 | 236 | 120 | 42 |
| Binary | 10001 | 10011011 | 1101000 | 1011001 | 0 | 100001 | 100111 | 10011110 | 1010000 | 100010 |
Color Harmonies of #119B68
Complementary color
Monochromatic Colors of #119B68
Black with #119B68
Text Example
Text Example
White with #119B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B68; }
p { color: rgb(17,155,104); }
H1.HeaderClassName
{
color: #119B68;
}
.AnyTagClassName
{
color: #119B68;
}
</style>
background-color css
<style>
a { background-color: #119B68; }
a { background-color: rgb(17,155,104); }
div.DivClassName
{
background-color: #119B68;
}
.BgClassName
{
background-color: #119B68;
}
</style>
border-color css
<style>
span { border-color: #119B68; }
span { border-color: rgb(17,155,104); }
td.TdClassName
{
border-color: #119B68;
}
.TagClassName
{
border-color: #119B68;
}
</style>