Shades of Shamrock Green #069F68
Tints of Shamrock Green #069F68
RGB
CMYK
RGB Variations
Color information
#069F68 (or 0x069F68) is known color: Shamrock Green. HEX triplet: 06, 9F and 68. RGB value is (6,159,104). Sum of RGB (Red+Green+Blue) = 6+159+104=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 159 (62.5% from 255 or 59.11% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 159 - color contains mainly: green. Hex color #069F68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069F68 is #F96097. Grayscale: #6B6B6B. Windows color (decimal): -16343192 or 6856454. OLE color: 6856454.
HSL color Cylindrical-coordinate representation of color #069F68: hue angle of 158.43º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069F68 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 159 | 104 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.38 |
| HSL | 158.43º | 0.93% | 0.32% | - |
| HSV(B) | 158.43º | 0.96% | 0.62% | - |
| XYZ | 14.97 | 25.83 | 17.29 | - |
| YUV | 106.98 | 126.31 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 159 | 104 | 0.96 | 0 | 0.35 | 0.38 | 158.43 | 0.93 | 0.32 |
| Hex | 6 | 9F | 68 | 60 | 0 | 23 | 26 | 9E | 5D | 20 |
| Octal | 6 | 237 | 150 | 140 | 0 | 43 | 46 | 236 | 135 | 40 |
| Binary | 110 | 10011111 | 1101000 | 1100000 | 0 | 100011 | 100110 | 10011110 | 1011101 | 100000 |
Color Harmonies of #069F68
Complementary color
Monochromatic Colors of #069F68
Black with #069F68
Text Example
Text Example
White with #069F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069F68; }
p { color: rgb(6,159,104); }
H1.HeaderClassName
{
color: #069F68;
}
.AnyTagClassName
{
color: #069F68;
}
</style>
background-color css
<style>
a { background-color: #069F68; }
a { background-color: rgb(6,159,104); }
div.DivClassName
{
background-color: #069F68;
}
.BgClassName
{
background-color: #069F68;
}
</style>
border-color css
<style>
span { border-color: #069F68; }
span { border-color: rgb(6,159,104); }
td.TdClassName
{
border-color: #069F68;
}
.TagClassName
{
border-color: #069F68;
}
</style>