Shades of Shamrock Green #069D64
Tints of Shamrock Green #069D64
RGB
CMYK
RGB Variations
Color information
#069D64 (or 0x069D64) is known color: Shamrock Green. HEX triplet: 06, 9D and 64. RGB value is (6,157,100). Sum of RGB (Red+Green+Blue) = 6+157+100=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 157 (61.72% from 255 or 59.70% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 157 - color contains mainly: green. Hex color #069D64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069D64 is #F9629B. Grayscale: #696969. Windows color (decimal): -16343708 or 6593798. OLE color: 6593798.
HSL color Cylindrical-coordinate representation of color #069D64: hue angle of 157.35º 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 #069D64 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 157 | 100 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.38 |
| HSL | 157.35º | 0.93% | 0.32% | - |
| HSV(B) | 157.35º | 0.96% | 0.62% | - |
| XYZ | 14.43 | 25.07 | 16.14 | - |
| YUV | 105.35 | 124.97 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 157 | 100 | 0.96 | 0 | 0.36 | 0.38 | 157.35 | 0.93 | 0.32 |
| Hex | 6 | 9D | 64 | 60 | 0 | 24 | 26 | 9D | 5D | 20 |
| Octal | 6 | 235 | 144 | 140 | 0 | 44 | 46 | 235 | 135 | 40 |
| Binary | 110 | 10011101 | 1100100 | 1100000 | 0 | 100100 | 100110 | 10011101 | 1011101 | 100000 |
Color Harmonies of #069D64
Complementary color
Monochromatic Colors of #069D64
Black with #069D64
Text Example
Text Example
White with #069D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069D64; }
p { color: rgb(6,157,100); }
H1.HeaderClassName
{
color: #069D64;
}
.AnyTagClassName
{
color: #069D64;
}
</style>
background-color css
<style>
a { background-color: #069D64; }
a { background-color: rgb(6,157,100); }
div.DivClassName
{
background-color: #069D64;
}
.BgClassName
{
background-color: #069D64;
}
</style>
border-color css
<style>
span { border-color: #069D64; }
span { border-color: rgb(6,157,100); }
td.TdClassName
{
border-color: #069D64;
}
.TagClassName
{
border-color: #069D64;
}
</style>