Shades of Shamrock Green #069E5F
Tints of Shamrock Green #069E5F
RGB
CMYK
RGB Variations
Color information
#069E5F (or 0x069E5F) is known color: Shamrock Green. HEX triplet: 06, 9E and 5F. RGB value is (6,158,95). Sum of RGB (Red+Green+Blue) = 6+158+95=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 158 (62.11% from 255 or 61.00% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 158 - color contains mainly: green. Hex color #069E5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069E5F is #F961A0. Grayscale: #696969. Windows color (decimal): -16343457 or 6266374. OLE color: 6266374.
HSL color Cylindrical-coordinate representation of color #069E5F: hue angle of 155.13º 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 #069E5F is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 158 | 95 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.38 |
| HSL | 155.13º | 0.93% | 0.32% | - |
| HSV(B) | 155.13º | 0.96% | 0.62% | - |
| XYZ | 14.37 | 25.32 | 14.96 | - |
| YUV | 105.37 | 122.14 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 95 | 0.96 | 0 | 0.40 | 0.38 | 155.13 | 0.93 | 0.32 |
| Hex | 6 | 9E | 5F | 60 | 0 | 28 | 26 | 9B | 5D | 20 |
| Octal | 6 | 236 | 137 | 140 | 0 | 50 | 46 | 233 | 135 | 40 |
| Binary | 110 | 10011110 | 1011111 | 1100000 | 0 | 101000 | 100110 | 10011011 | 1011101 | 100000 |
Color Harmonies of #069E5F
Complementary color
Monochromatic Colors of #069E5F
Black with #069E5F
Text Example
Text Example
White with #069E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069E5F; }
p { color: rgb(6,158,95); }
H1.HeaderClassName
{
color: #069E5F;
}
.AnyTagClassName
{
color: #069E5F;
}
</style>
background-color css
<style>
a { background-color: #069E5F; }
a { background-color: rgb(6,158,95); }
div.DivClassName
{
background-color: #069E5F;
}
.BgClassName
{
background-color: #069E5F;
}
</style>
border-color css
<style>
span { border-color: #069E5F; }
span { border-color: rgb(6,158,95); }
td.TdClassName
{
border-color: #069E5F;
}
.TagClassName
{
border-color: #069E5F;
}
</style>