Shades of Shamrock Green #068F5D
Tints of Shamrock Green #068F5D
RGB
CMYK
RGB Variations
Color information
#068F5D (or 0x068F5D) is known color: Shamrock Green. HEX triplet: 06, 8F and 5D. RGB value is (6,143,93). Sum of RGB (Red+Green+Blue) = 6+143+93=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 143 (56.25% from 255 or 59.09% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 143 - color contains mainly: green. Hex color #068F5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068F5D is #F970A2. Grayscale: #606060. Windows color (decimal): -16347299 or 6131462. OLE color: 6131462.
HSL color Cylindrical-coordinate representation of color #068F5D: hue angle of 158.1º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068F5D is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 143 | 93 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.44 |
| HSL | 158.1º | 0.92% | 0.29% | - |
| HSV(B) | 158.1º | 0.96% | 0.56% | - |
| XYZ | 11.87 | 20.47 | 13.68 | - |
| YUV | 96.34 | 126.11 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 93 | 0.96 | 0 | 0.35 | 0.44 | 158.1 | 0.92 | 0.29 |
| Hex | 6 | 8F | 5D | 60 | 0 | 23 | 2C | 9E | 5C | 1D |
| Octal | 6 | 217 | 135 | 140 | 0 | 43 | 54 | 236 | 134 | 35 |
| Binary | 110 | 10001111 | 1011101 | 1100000 | 0 | 100011 | 101100 | 10011110 | 1011100 | 11101 |
Color Harmonies of #068F5D
Complementary color
Monochromatic Colors of #068F5D
Black with #068F5D
Text Example
Text Example
White with #068F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F5D; }
p { color: rgb(6,143,93); }
H1.HeaderClassName
{
color: #068F5D;
}
.AnyTagClassName
{
color: #068F5D;
}
</style>
background-color css
<style>
a { background-color: #068F5D; }
a { background-color: rgb(6,143,93); }
div.DivClassName
{
background-color: #068F5D;
}
.BgClassName
{
background-color: #068F5D;
}
</style>
border-color css
<style>
span { border-color: #068F5D; }
span { border-color: rgb(6,143,93); }
td.TdClassName
{
border-color: #068F5D;
}
.TagClassName
{
border-color: #068F5D;
}
</style>