Shades of Shamrock Green #068B5D
Tints of Shamrock Green #068B5D
RGB
CMYK
RGB Variations
Color information
#068B5D (or 0x068B5D) is known color: Shamrock Green. HEX triplet: 06, 8B and 5D. RGB value is (6,139,93). Sum of RGB (Red+Green+Blue) = 6+139+93=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #068B5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068B5D is #F974A2. Grayscale: #5E5E5E. Windows color (decimal): -16348323 or 6130438. OLE color: 6130438.
HSL color Cylindrical-coordinate representation of color #068B5D: hue angle of 159.25º 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 #068B5D is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 93 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.45 |
| HSL | 159.25º | 0.92% | 0.28% | - |
| HSV(B) | 159.25º | 0.96% | 0.55% | - |
| XYZ | 11.28 | 19.29 | 13.49 | - |
| YUV | 93.99 | 127.44 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 93 | 0.96 | 0 | 0.33 | 0.45 | 159.25 | 0.92 | 0.28 |
| Hex | 6 | 8B | 5D | 60 | 0 | 21 | 2D | 9F | 5C | 1C |
| Octal | 6 | 213 | 135 | 140 | 0 | 41 | 55 | 237 | 134 | 34 |
| Binary | 110 | 10001011 | 1011101 | 1100000 | 0 | 100001 | 101101 | 10011111 | 1011100 | 11100 |
Color Harmonies of #068B5D
Complementary color
Monochromatic Colors of #068B5D
Black with #068B5D
Text Example
Text Example
White with #068B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B5D; }
p { color: rgb(6,139,93); }
H1.HeaderClassName
{
color: #068B5D;
}
.AnyTagClassName
{
color: #068B5D;
}
</style>
background-color css
<style>
a { background-color: #068B5D; }
a { background-color: rgb(6,139,93); }
div.DivClassName
{
background-color: #068B5D;
}
.BgClassName
{
background-color: #068B5D;
}
</style>
border-color css
<style>
span { border-color: #068B5D; }
span { border-color: rgb(6,139,93); }
td.TdClassName
{
border-color: #068B5D;
}
.TagClassName
{
border-color: #068B5D;
}
</style>