Shades of Shamrock Green #06985C
Tints of Shamrock Green #06985C
RGB
CMYK
RGB Variations
Color information
#06985C (or 0x06985C) is known color: Shamrock Green. HEX triplet: 06, 98 and 5C. RGB value is (6,152,92). Sum of RGB (Red+Green+Blue) = 6+152+92=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 152 (59.77% from 255 or 60.8% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 152 - color contains mainly: green. Hex color #06985C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06985C is #F967A3. Grayscale: #656565. Windows color (decimal): -16344996 or 6068230. OLE color: 6068230.
HSL color Cylindrical-coordinate representation of color #06985C: hue angle of 155.34º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06985C is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 152 | 92 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.40 |
| HSL | 155.34º | 0.92% | 0.31% | - |
| HSV(B) | 155.34º | 0.96% | 0.6% | - |
| XYZ | 13.24 | 23.27 | 13.92 | - |
| YUV | 101.51 | 122.63 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 92 | 0.96 | 0 | 0.39 | 0.40 | 155.34 | 0.92 | 0.31 |
| Hex | 6 | 98 | 5C | 60 | 0 | 27 | 28 | 9B | 5C | 1F |
| Octal | 6 | 230 | 134 | 140 | 0 | 47 | 50 | 233 | 134 | 37 |
| Binary | 110 | 10011000 | 1011100 | 1100000 | 0 | 100111 | 101000 | 10011011 | 1011100 | 11111 |
Color Harmonies of #06985C
Complementary color
Monochromatic Colors of #06985C
Black with #06985C
Text Example
Text Example
White with #06985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06985C; }
p { color: rgb(6,152,92); }
H1.HeaderClassName
{
color: #06985C;
}
.AnyTagClassName
{
color: #06985C;
}
</style>
background-color css
<style>
a { background-color: #06985C; }
a { background-color: rgb(6,152,92); }
div.DivClassName
{
background-color: #06985C;
}
.BgClassName
{
background-color: #06985C;
}
</style>
border-color css
<style>
span { border-color: #06985C; }
span { border-color: rgb(6,152,92); }
td.TdClassName
{
border-color: #06985C;
}
.TagClassName
{
border-color: #06985C;
}
</style>