Shades of Shamrock Green #069F5C
Tints of Shamrock Green #069F5C
RGB
CMYK
RGB Variations
Color information
#069F5C (or 0x069F5C) is known color: Shamrock Green. HEX triplet: 06, 9F and 5C. RGB value is (6,159,92). Sum of RGB (Red+Green+Blue) = 6+159+92=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 159 (62.5% from 255 or 61.87% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 159 - color contains mainly: green. Hex color #069F5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069F5C is #F960A3. Grayscale: #696969. Windows color (decimal): -16343204 or 6070022. OLE color: 6070022.
HSL color Cylindrical-coordinate representation of color #069F5C: hue angle of 153.73º 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 #069F5C is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 159 | 92 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.38 |
| HSL | 153.73º | 0.93% | 0.32% | - |
| HSV(B) | 153.73º | 0.96% | 0.62% | - |
| XYZ | 14.41 | 25.61 | 14.31 | - |
| YUV | 105.62 | 120.31 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 159 | 92 | 0.96 | 0 | 0.42 | 0.38 | 153.73 | 0.93 | 0.32 |
| Hex | 6 | 9F | 5C | 60 | 0 | 2A | 26 | 9A | 5D | 20 |
| Octal | 6 | 237 | 134 | 140 | 0 | 52 | 46 | 232 | 135 | 40 |
| Binary | 110 | 10011111 | 1011100 | 1100000 | 0 | 101010 | 100110 | 10011010 | 1011101 | 100000 |
Color Harmonies of #069F5C
Complementary color
Monochromatic Colors of #069F5C
Black with #069F5C
Text Example
Text Example
White with #069F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069F5C; }
p { color: rgb(6,159,92); }
H1.HeaderClassName
{
color: #069F5C;
}
.AnyTagClassName
{
color: #069F5C;
}
</style>
background-color css
<style>
a { background-color: #069F5C; }
a { background-color: rgb(6,159,92); }
div.DivClassName
{
background-color: #069F5C;
}
.BgClassName
{
background-color: #069F5C;
}
</style>
border-color css
<style>
span { border-color: #069F5C; }
span { border-color: rgb(6,159,92); }
td.TdClassName
{
border-color: #069F5C;
}
.TagClassName
{
border-color: #069F5C;
}
</style>