Shades of Shamrock Green #069768
Tints of Shamrock Green #069768
RGB
CMYK
RGB Variations
Color information
#069768 (or 0x069768) is known color: Shamrock Green. HEX triplet: 06, 97 and 68. RGB value is (6,151,104). Sum of RGB (Red+Green+Blue) = 6+151+104=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #069768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069768 is #F96897. Grayscale: #666666. Windows color (decimal): -16345240 or 6854406. OLE color: 6854406.
HSL color Cylindrical-coordinate representation of color #069768: hue angle of 160.55º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069768 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 151 | 104 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.41 |
| HSL | 160.55º | 0.92% | 0.31% | - |
| HSV(B) | 160.55º | 0.96% | 0.59% | - |
| XYZ | 13.64 | 23.17 | 16.85 | - |
| YUV | 102.29 | 128.96 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 151 | 104 | 0.96 | 0 | 0.31 | 0.41 | 160.55 | 0.92 | 0.31 |
| Hex | 6 | 97 | 68 | 60 | 0 | 1F | 29 | A1 | 5C | 1F |
| Octal | 6 | 227 | 150 | 140 | 0 | 37 | 51 | 241 | 134 | 37 |
| Binary | 110 | 10010111 | 1101000 | 1100000 | 0 | 11111 | 101001 | 10100001 | 1011100 | 11111 |
Color Harmonies of #069768
Complementary color
Monochromatic Colors of #069768
Black with #069768
Text Example
Text Example
White with #069768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069768; }
p { color: rgb(6,151,104); }
H1.HeaderClassName
{
color: #069768;
}
.AnyTagClassName
{
color: #069768;
}
</style>
background-color css
<style>
a { background-color: #069768; }
a { background-color: rgb(6,151,104); }
div.DivClassName
{
background-color: #069768;
}
.BgClassName
{
background-color: #069768;
}
</style>
border-color css
<style>
span { border-color: #069768; }
span { border-color: rgb(6,151,104); }
td.TdClassName
{
border-color: #069768;
}
.TagClassName
{
border-color: #069768;
}
</style>