Shades of Shamrock Green #068B58
Tints of Shamrock Green #068B58
RGB
CMYK
RGB Variations
Color information
#068B58 (or 0x068B58) is known color: Shamrock Green. HEX triplet: 06, 8B and 58. RGB value is (6,139,88). Sum of RGB (Red+Green+Blue) = 6+139+88=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 139 (54.69% from 255 or 59.66% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 139 - color contains mainly: green. Hex color #068B58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068B58 is #F974A7. Grayscale: #5D5D5D. Windows color (decimal): -16348328 or 5802758. OLE color: 5802758.
HSL color Cylindrical-coordinate representation of color #068B58: hue angle of 156.99º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B58 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 88 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.45 |
| HSL | 156.99º | 0.92% | 0.28% | - |
| HSV(B) | 156.99º | 0.96% | 0.55% | - |
| XYZ | 11.07 | 19.21 | 12.36 | - |
| YUV | 93.42 | 124.94 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 88 | 0.96 | 0 | 0.37 | 0.45 | 156.99 | 0.92 | 0.28 |
| Hex | 6 | 8B | 58 | 60 | 0 | 25 | 2D | 9D | 5C | 1C |
| Octal | 6 | 213 | 130 | 140 | 0 | 45 | 55 | 235 | 134 | 34 |
| Binary | 110 | 10001011 | 1011000 | 1100000 | 0 | 100101 | 101101 | 10011101 | 1011100 | 11100 |
Color Harmonies of #068B58
Complementary color
Monochromatic Colors of #068B58
Black with #068B58
Text Example
Text Example
White with #068B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B58; }
p { color: rgb(6,139,88); }
H1.HeaderClassName
{
color: #068B58;
}
.AnyTagClassName
{
color: #068B58;
}
</style>
background-color css
<style>
a { background-color: #068B58; }
a { background-color: rgb(6,139,88); }
div.DivClassName
{
background-color: #068B58;
}
.BgClassName
{
background-color: #068B58;
}
</style>
border-color css
<style>
span { border-color: #068B58; }
span { border-color: rgb(6,139,88); }
td.TdClassName
{
border-color: #068B58;
}
.TagClassName
{
border-color: #068B58;
}
</style>