Shades of Shamrock Green #069865
Tints of Shamrock Green #069865
RGB
CMYK
RGB Variations
Color information
#069865 (or 0x069865) is known color: Shamrock Green. HEX triplet: 06, 98 and 65. RGB value is (6,152,101). Sum of RGB (Red+Green+Blue) = 6+152+101=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 152 (59.77% from 255 or 58.69% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 152 - color contains mainly: green. Hex color #069865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069865 is #F9679A. Grayscale: #666666. Windows color (decimal): -16344987 or 6658054. OLE color: 6658054.
HSL color Cylindrical-coordinate representation of color #069865: hue angle of 159.04º degrees, saturation: 0.92, 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 #069865 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 152 | 101 | - |
| CMYK | 0.96 | 0 | 0.34 | 0.40 |
| HSL | 159.04º | 0.92% | 0.31% | - |
| HSV(B) | 159.04º | 0.96% | 0.6% | - |
| XYZ | 13.65 | 23.43 | 16.12 | - |
| YUV | 102.53 | 127.13 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 101 | 0.96 | 0 | 0.34 | 0.40 | 159.04 | 0.92 | 0.31 |
| Hex | 6 | 98 | 65 | 60 | 0 | 22 | 28 | 9F | 5C | 1F |
| Octal | 6 | 230 | 145 | 140 | 0 | 42 | 50 | 237 | 134 | 37 |
| Binary | 110 | 10011000 | 1100101 | 1100000 | 0 | 100010 | 101000 | 10011111 | 1011100 | 11111 |
Color Harmonies of #069865
Complementary color
Monochromatic Colors of #069865
Black with #069865
Text Example
Text Example
White with #069865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069865; }
p { color: rgb(6,152,101); }
H1.HeaderClassName
{
color: #069865;
}
.AnyTagClassName
{
color: #069865;
}
</style>
background-color css
<style>
a { background-color: #069865; }
a { background-color: rgb(6,152,101); }
div.DivClassName
{
background-color: #069865;
}
.BgClassName
{
background-color: #069865;
}
</style>
border-color css
<style>
span { border-color: #069865; }
span { border-color: rgb(6,152,101); }
td.TdClassName
{
border-color: #069865;
}
.TagClassName
{
border-color: #069865;
}
</style>