Shades of Dark Pastel Green #06C017
Tints of Dark Pastel Green #06C017
RGB
CMYK
RGB Variations
Color information
#06C017 (or 0x06C017) is known color: Dark Pastel Green. HEX triplet: 06, C0 and 17. RGB value is (6,192,23). Sum of RGB (Red+Green+Blue) = 6+192+23=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 192 (75.39% from 255 or 86.88% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 192 - color contains mainly: green. Hex color #06C017 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C017 is #F93FE8. Grayscale: #757575. Windows color (decimal): -16334825 or 1556486. OLE color: 1556486.
HSL color Cylindrical-coordinate representation of color #06C017: hue angle of 125.48º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C017 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 23 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.25 |
| HSL | 125.48º | 0.94% | 0.39% | - |
| HSV(B) | 125.48º | 0.97% | 0.75% | - |
| XYZ | 19.08 | 37.8 | 7.1 | - |
| YUV | 117.12 | 74.88 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 23 | 0.97 | 0 | 0.88 | 0.25 | 125.48 | 0.94 | 0.39 |
| Hex | 6 | C0 | 17 | 61 | 0 | 58 | 19 | 7D | 5E | 27 |
| Octal | 6 | 300 | 27 | 141 | 0 | 130 | 31 | 175 | 136 | 47 |
| Binary | 110 | 11000000 | 10111 | 1100001 | 0 | 1011000 | 11001 | 1111101 | 1011110 | 100111 |
Color Harmonies of #06C017
Complementary color
Monochromatic Colors of #06C017
Black with #06C017
Text Example
Text Example
White with #06C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C017; }
p { color: rgb(6,192,23); }
H1.HeaderClassName
{
color: #06C017;
}
.AnyTagClassName
{
color: #06C017;
}
</style>
background-color css
<style>
a { background-color: #06C017; }
a { background-color: rgb(6,192,23); }
div.DivClassName
{
background-color: #06C017;
}
.BgClassName
{
background-color: #06C017;
}
</style>
border-color css
<style>
span { border-color: #06C017; }
span { border-color: rgb(6,192,23); }
td.TdClassName
{
border-color: #06C017;
}
.TagClassName
{
border-color: #06C017;
}
</style>