Shades of Shamrock Green #069A58
Tints of Shamrock Green #069A58
RGB
CMYK
RGB Variations
Color information
#069A58 (or 0x069A58) is known color: Shamrock Green. HEX triplet: 06, 9A and 58. RGB value is (6,154,88). Sum of RGB (Red+Green+Blue) = 6+154+88=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 154 (60.55% from 255 or 62.10% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 154 - color contains mainly: green. Hex color #069A58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069A58 is #F965A7. Grayscale: #666666. Windows color (decimal): -16344488 or 5806598. OLE color: 5806598.
HSL color Cylindrical-coordinate representation of color #069A58: hue angle of 153.24º 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 #069A58 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 154 | 88 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.40 |
| HSL | 153.24º | 0.93% | 0.31% | - |
| HSV(B) | 153.24º | 0.96% | 0.6% | - |
| XYZ | 13.39 | 23.85 | 13.13 | - |
| YUV | 102.22 | 119.97 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 88 | 0.96 | 0 | 0.43 | 0.40 | 153.24 | 0.93 | 0.31 |
| Hex | 6 | 9A | 58 | 60 | 0 | 2B | 28 | 99 | 5C | 1F |
| Octal | 6 | 232 | 130 | 140 | 0 | 53 | 50 | 231 | 134 | 37 |
| Binary | 110 | 10011010 | 1011000 | 1100000 | 0 | 101011 | 101000 | 10011001 | 1011100 | 11111 |
Color Harmonies of #069A58
Complementary color
Monochromatic Colors of #069A58
Black with #069A58
Text Example
Text Example
White with #069A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069A58; }
p { color: rgb(6,154,88); }
H1.HeaderClassName
{
color: #069A58;
}
.AnyTagClassName
{
color: #069A58;
}
</style>
background-color css
<style>
a { background-color: #069A58; }
a { background-color: rgb(6,154,88); }
div.DivClassName
{
background-color: #069A58;
}
.BgClassName
{
background-color: #069A58;
}
</style>
border-color css
<style>
span { border-color: #069A58; }
span { border-color: rgb(6,154,88); }
td.TdClassName
{
border-color: #069A58;
}
.TagClassName
{
border-color: #069A58;
}
</style>