Shades of Shamrock Green #069358
Tints of Shamrock Green #069358
RGB
CMYK
RGB Variations
Color information
#069358 (or 0x069358) is known color: Shamrock Green. HEX triplet: 06, 93 and 58. RGB value is (6,147,88). Sum of RGB (Red+Green+Blue) = 6+147+88=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 147 (57.81% from 255 or 61.00% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 147 - color contains mainly: green. Hex color #069358 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069358 is #F96CA7. Grayscale: #626262. Windows color (decimal): -16346280 or 5804806. OLE color: 5804806.
HSL color Cylindrical-coordinate representation of color #069358: hue angle of 154.89º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069358 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 147 | 88 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.42 |
| HSL | 154.89º | 0.92% | 0.3% | - |
| HSV(B) | 154.89º | 0.96% | 0.58% | - |
| XYZ | 12.27 | 21.61 | 12.76 | - |
| YUV | 98.12 | 122.29 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 147 | 88 | 0.96 | 0 | 0.40 | 0.42 | 154.89 | 0.92 | 0.3 |
| Hex | 6 | 93 | 58 | 60 | 0 | 28 | 2A | 9B | 5C | 1E |
| Octal | 6 | 223 | 130 | 140 | 0 | 50 | 52 | 233 | 134 | 36 |
| Binary | 110 | 10010011 | 1011000 | 1100000 | 0 | 101000 | 101010 | 10011011 | 1011100 | 11110 |
Color Harmonies of #069358
Complementary color
Monochromatic Colors of #069358
Black with #069358
Text Example
Text Example
White with #069358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069358; }
p { color: rgb(6,147,88); }
H1.HeaderClassName
{
color: #069358;
}
.AnyTagClassName
{
color: #069358;
}
</style>
background-color css
<style>
a { background-color: #069358; }
a { background-color: rgb(6,147,88); }
div.DivClassName
{
background-color: #069358;
}
.BgClassName
{
background-color: #069358;
}
</style>
border-color css
<style>
span { border-color: #069358; }
span { border-color: rgb(6,147,88); }
td.TdClassName
{
border-color: #069358;
}
.TagClassName
{
border-color: #069358;
}
</style>