Shades of Shamrock Green #069A60
Tints of Shamrock Green #069A60
RGB
CMYK
RGB Variations
Color information
#069A60 (or 0x069A60) is known color: Shamrock Green. HEX triplet: 06, 9A and 60. RGB value is (6,154,96). Sum of RGB (Red+Green+Blue) = 6+154+96=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 154 (60.55% from 255 or 60.16% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 154 - color contains mainly: green. Hex color #069A60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069A60 is #F9659F. Grayscale: #676767. Windows color (decimal): -16344480 or 6330886. OLE color: 6330886.
HSL color Cylindrical-coordinate representation of color #069A60: hue angle of 156.49º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069A60 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 154 | 96 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.40 |
| HSL | 156.49º | 0.93% | 0.31% | - |
| HSV(B) | 156.49º | 0.96% | 0.6% | - |
| XYZ | 13.74 | 23.99 | 14.97 | - |
| YUV | 103.14 | 123.97 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 96 | 0.96 | 0 | 0.38 | 0.40 | 156.49 | 0.93 | 0.31 |
| Hex | 6 | 9A | 60 | 60 | 0 | 26 | 28 | 9C | 5C | 1F |
| Octal | 6 | 232 | 140 | 140 | 0 | 46 | 50 | 234 | 134 | 37 |
| Binary | 110 | 10011010 | 1100000 | 1100000 | 0 | 100110 | 101000 | 10011100 | 1011100 | 11111 |
Color Harmonies of #069A60
Complementary color
Monochromatic Colors of #069A60
Black with #069A60
Text Example
Text Example
White with #069A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069A60; }
p { color: rgb(6,154,96); }
H1.HeaderClassName
{
color: #069A60;
}
.AnyTagClassName
{
color: #069A60;
}
</style>
background-color css
<style>
a { background-color: #069A60; }
a { background-color: rgb(6,154,96); }
div.DivClassName
{
background-color: #069A60;
}
.BgClassName
{
background-color: #069A60;
}
</style>
border-color css
<style>
span { border-color: #069A60; }
span { border-color: rgb(6,154,96); }
td.TdClassName
{
border-color: #069A60;
}
.TagClassName
{
border-color: #069A60;
}
</style>