Shades of Shamrock Green #068B5A
Tints of Shamrock Green #068B5A
RGB
CMYK
RGB Variations
Color information
#068B5A (or 0x068B5A) is known color: Shamrock Green. HEX triplet: 06, 8B and 5A. RGB value is (6,139,90). Sum of RGB (Red+Green+Blue) = 6+139+90=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 139 (54.69% from 255 or 59.15% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 139 - color contains mainly: green. Hex color #068B5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068B5A is #F974A5. Grayscale: #5D5D5D. Windows color (decimal): -16348326 or 5933830. OLE color: 5933830.
HSL color Cylindrical-coordinate representation of color #068B5A: hue angle of 157.89º 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 #068B5A is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 90 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.45 |
| HSL | 157.89º | 0.92% | 0.28% | - |
| HSV(B) | 157.89º | 0.96% | 0.55% | - |
| XYZ | 11.15 | 19.24 | 12.8 | - |
| YUV | 93.65 | 125.94 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 90 | 0.96 | 0 | 0.35 | 0.45 | 157.89 | 0.92 | 0.28 |
| Hex | 6 | 8B | 5A | 60 | 0 | 23 | 2D | 9E | 5C | 1C |
| Octal | 6 | 213 | 132 | 140 | 0 | 43 | 55 | 236 | 134 | 34 |
| Binary | 110 | 10001011 | 1011010 | 1100000 | 0 | 100011 | 101101 | 10011110 | 1011100 | 11100 |
Color Harmonies of #068B5A
Complementary color
Monochromatic Colors of #068B5A
Black with #068B5A
Text Example
Text Example
White with #068B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B5A; }
p { color: rgb(6,139,90); }
H1.HeaderClassName
{
color: #068B5A;
}
.AnyTagClassName
{
color: #068B5A;
}
</style>
background-color css
<style>
a { background-color: #068B5A; }
a { background-color: rgb(6,139,90); }
div.DivClassName
{
background-color: #068B5A;
}
.BgClassName
{
background-color: #068B5A;
}
</style>
border-color css
<style>
span { border-color: #068B5A; }
span { border-color: rgb(6,139,90); }
td.TdClassName
{
border-color: #068B5A;
}
.TagClassName
{
border-color: #068B5A;
}
</style>