Shades of Shamrock Green #069867
Tints of Shamrock Green #069867
RGB
CMYK
RGB Variations
Color information
#069867 (or 0x069867) is known color: Shamrock Green. HEX triplet: 06, 98 and 67. RGB value is (6,152,103). Sum of RGB (Red+Green+Blue) = 6+152+103=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #069867 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069867 is #F96798. Grayscale: #666666. Windows color (decimal): -16344985 or 6789126. OLE color: 6789126.
HSL color Cylindrical-coordinate representation of color #069867: hue angle of 159.86º 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 #069867 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 152 | 103 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.40 |
| HSL | 159.86º | 0.92% | 0.31% | - |
| HSV(B) | 159.86º | 0.96% | 0.6% | - |
| XYZ | 13.75 | 23.47 | 16.64 | - |
| YUV | 102.76 | 128.13 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 103 | 0.96 | 0 | 0.32 | 0.40 | 159.86 | 0.92 | 0.31 |
| Hex | 6 | 98 | 67 | 60 | 0 | 20 | 28 | A0 | 5C | 1F |
| Octal | 6 | 230 | 147 | 140 | 0 | 40 | 50 | 240 | 134 | 37 |
| Binary | 110 | 10011000 | 1100111 | 1100000 | 0 | 100000 | 101000 | 10100000 | 1011100 | 11111 |
Color Harmonies of #069867
Complementary color
Monochromatic Colors of #069867
Black with #069867
Text Example
Text Example
White with #069867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069867; }
p { color: rgb(6,152,103); }
H1.HeaderClassName
{
color: #069867;
}
.AnyTagClassName
{
color: #069867;
}
</style>
background-color css
<style>
a { background-color: #069867; }
a { background-color: rgb(6,152,103); }
div.DivClassName
{
background-color: #069867;
}
.BgClassName
{
background-color: #069867;
}
</style>
border-color css
<style>
span { border-color: #069867; }
span { border-color: rgb(6,152,103); }
td.TdClassName
{
border-color: #069867;
}
.TagClassName
{
border-color: #069867;
}
</style>