Shades of Shamrock Green #06995D
Tints of Shamrock Green #06995D
RGB
CMYK
RGB Variations
Color information
#06995D (or 0x06995D) is known color: Shamrock Green. HEX triplet: 06, 99 and 5D. RGB value is (6,153,93). Sum of RGB (Red+Green+Blue) = 6+153+93=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 153 (60.16% from 255 or 60.71% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 153 - color contains mainly: green. Hex color #06995D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06995D is #F966A2. Grayscale: #666666. Windows color (decimal): -16344739 or 6134022. OLE color: 6134022.
HSL color Cylindrical-coordinate representation of color #06995D: hue angle of 155.51º 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 #06995D is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 153 | 93 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.4 |
| HSL | 155.51º | 0.92% | 0.31% | - |
| HSV(B) | 155.51º | 0.96% | 0.6% | - |
| XYZ | 13.44 | 23.61 | 14.2 | - |
| YUV | 102.21 | 122.8 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 93 | 0.96 | 0 | 0.39 | 0.4 | 155.51 | 0.92 | 0.31 |
| Hex | 6 | 99 | 5D | 60 | 0 | 27 | 28 | 9C | 5C | 1F |
| Octal | 6 | 231 | 135 | 140 | 0 | 47 | 50 | 234 | 134 | 37 |
| Binary | 110 | 10011001 | 1011101 | 1100000 | 0 | 100111 | 101000 | 10011100 | 1011100 | 11111 |
Color Harmonies of #06995D
Complementary color
Monochromatic Colors of #06995D
Black with #06995D
Text Example
Text Example
White with #06995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06995D; }
p { color: rgb(6,153,93); }
H1.HeaderClassName
{
color: #06995D;
}
.AnyTagClassName
{
color: #06995D;
}
</style>
background-color css
<style>
a { background-color: #06995D; }
a { background-color: rgb(6,153,93); }
div.DivClassName
{
background-color: #06995D;
}
.BgClassName
{
background-color: #06995D;
}
</style>
border-color css
<style>
span { border-color: #06995D; }
span { border-color: rgb(6,153,93); }
td.TdClassName
{
border-color: #06995D;
}
.TagClassName
{
border-color: #06995D;
}
</style>