Shades of Shamrock Green #068F55
Tints of Shamrock Green #068F55
RGB
CMYK
RGB Variations
Color information
#068F55 (or 0x068F55) is known color: Shamrock Green. HEX triplet: 06, 8F and 55. RGB value is (6,143,85). Sum of RGB (Red+Green+Blue) = 6+143+85=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 143 (56.25% from 255 or 61.11% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 143 - color contains mainly: green. Hex color #068F55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068F55 is #F970AA. Grayscale: #5F5F5F. Windows color (decimal): -16347307 or 5607174. OLE color: 5607174.
HSL color Cylindrical-coordinate representation of color #068F55: hue angle of 154.6º 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 #068F55 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 143 | 85 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.44 |
| HSL | 154.6º | 0.92% | 0.29% | - |
| HSV(B) | 154.6º | 0.96% | 0.56% | - |
| XYZ | 11.54 | 20.34 | 11.91 | - |
| YUV | 95.43 | 122.11 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 85 | 0.96 | 0 | 0.41 | 0.44 | 154.6 | 0.92 | 0.29 |
| Hex | 6 | 8F | 55 | 60 | 0 | 29 | 2C | 9B | 5C | 1D |
| Octal | 6 | 217 | 125 | 140 | 0 | 51 | 54 | 233 | 134 | 35 |
| Binary | 110 | 10001111 | 1010101 | 1100000 | 0 | 101001 | 101100 | 10011011 | 1011100 | 11101 |
Color Harmonies of #068F55
Complementary color
Monochromatic Colors of #068F55
Black with #068F55
Text Example
Text Example
White with #068F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F55; }
p { color: rgb(6,143,85); }
H1.HeaderClassName
{
color: #068F55;
}
.AnyTagClassName
{
color: #068F55;
}
</style>
background-color css
<style>
a { background-color: #068F55; }
a { background-color: rgb(6,143,85); }
div.DivClassName
{
background-color: #068F55;
}
.BgClassName
{
background-color: #068F55;
}
</style>
border-color css
<style>
span { border-color: #068F55; }
span { border-color: rgb(6,143,85); }
td.TdClassName
{
border-color: #068F55;
}
.TagClassName
{
border-color: #068F55;
}
</style>